summaryrefslogtreecommitdiffstats
path: root/lilv
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2016-09-05 14:48:22 -0400
committerDavid Robillard <d@drobilla.net>2016-09-05 14:48:22 -0400
commit93666f336d8e0e428548a7960adb6dfddfbe9142 (patch)
tree1949d27b41aa73c0e792e34eb970c00a94540fa7 /lilv
parent4369284c0ecc59c23d90dccde93f381324550945 (diff)
downloadlilv-93666f336d8e0e428548a7960adb6dfddfbe9142.tar.gz
lilv-93666f336d8e0e428548a7960adb6dfddfbe9142.tar.bz2
lilv-93666f336d8e0e428548a7960adb6dfddfbe9142.zip
Fix typo in comment
Diffstat (limited to 'lilv')
-rw-r--r--lilv/lilv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lilv/lilv.h b/lilv/lilv.h
index af3873e..1808194 100644
--- a/lilv/lilv.h
+++ b/lilv/lilv.h
@@ -607,7 +607,7 @@ lilv_world_load_plugin_classes(LilvWorld* world);
This unloads statements loaded by lilv_world_load_bundle(). Note that this
is not necessarily all information loaded from the bundle. If any resources
- have been separately loaded with liv_world_load_resource(), they must be
+ have been separately loaded with lilv_world_load_resource(), they must be
separately unloaded with lilv_world_unload_resource().
*/
LILV_API int