diff options
author | David Robillard <d@drobilla.net> | 2016-09-05 14:48:22 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2016-09-05 14:48:22 -0400 |
commit | 93666f336d8e0e428548a7960adb6dfddfbe9142 (patch) | |
tree | 1949d27b41aa73c0e792e34eb970c00a94540fa7 /lilv | |
parent | 4369284c0ecc59c23d90dccde93f381324550945 (diff) | |
download | lilv-93666f336d8e0e428548a7960adb6dfddfbe9142.tar.gz lilv-93666f336d8e0e428548a7960adb6dfddfbe9142.tar.bz2 lilv-93666f336d8e0e428548a7960adb6dfddfbe9142.zip |
Fix typo in comment
Diffstat (limited to 'lilv')
-rw-r--r-- | lilv/lilv.h | 2 |
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 |