diff options
author | David Robillard <d@drobilla.net> | 2012-07-24 20:04:40 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-07-24 20:04:40 +0000 |
commit | 21d71abe1e6dfa8fba7717b7bdba376eeb53883c (patch) | |
tree | 35970b8e6969bf47a006671b3049426181b13c07 | |
parent | 89c3ba3ba719e67f996cd8d6bbdd23d82e3b482d (diff) | |
download | lv2-21d71abe1e6dfa8fba7717b7bdba376eeb53883c.tar.xz |
Fix odd capitalization.
-rw-r--r-- | plugins/eg-sampler.lv2/uris.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/eg-sampler.lv2/uris.h b/plugins/eg-sampler.lv2/uris.h index f983516..64ee6b1 100644 --- a/plugins/eg-sampler.lv2/uris.h +++ b/plugins/eg-sampler.lv2/uris.h @@ -135,7 +135,7 @@ read_set_file(const SamplerURIs* uris, const LV2_Atom* file_path = NULL; lv2_atom_object_get(body, uris->eg_file, &file_path, 0); if (!file_path) { - fprintf(stderr, "Ignored set message with no file PATH.\n"); + fprintf(stderr, "Ignored set message with no file path.\n"); return NULL; } |