aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/eg-sampler.lv2/uris.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-07-24 20:04:40 +0000
committerDavid Robillard <d@drobilla.net>2012-07-24 20:04:40 +0000
commit21d71abe1e6dfa8fba7717b7bdba376eeb53883c (patch)
tree35970b8e6969bf47a006671b3049426181b13c07 /plugins/eg-sampler.lv2/uris.h
parent89c3ba3ba719e67f996cd8d6bbdd23d82e3b482d (diff)
downloadlv2-21d71abe1e6dfa8fba7717b7bdba376eeb53883c.tar.xz
Fix odd capitalization.
Diffstat (limited to 'plugins/eg-sampler.lv2/uris.h')
-rw-r--r--plugins/eg-sampler.lv2/uris.h2
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;
}