From 32a4463b56b249d955909585f070077cdfefc353 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 29 Oct 2015 04:32:16 +0000 Subject: Fix comment git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5798 a436a847-0d15-0410-975c-d299462d15a1 --- src/world.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/world.c b/src/world.c index ad98559..05533db 100644 --- a/src/world.c +++ b/src/world.c @@ -383,7 +383,7 @@ lilv_world_add_plugin(LilvWorld* world, if (plugin) { // Existing plugin, if this is different bundle, ignore it - // (use the first plug found in LV2_PATH) + // (use the first plugin found in LV2_PATH) const LilvNode* last_bundle = lilv_plugin_get_bundle_uri(plugin); const char* plugin_uri_str = lilv_node_as_uri(plugin_uri); if (sord_node_equals(bundle, last_bundle->node)) { -- cgit v1.2.1