summaryrefslogtreecommitdiffstats
path: root/lilv
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-11-17 23:46:52 +0000
committerDavid Robillard <d@drobilla.net>2011-11-17 23:46:52 +0000
commitb44de32570abcc79c13689a83ab5d18ed4ac58a1 (patch)
tree472cf24a0152e019c11eaf934a803ccd5858eaba /lilv
parent48d75834342cb262c0611d21e34bcbd1cce94e07 (diff)
downloadlilv-b44de32570abcc79c13689a83ab5d18ed4ac58a1.tar.gz
lilv-b44de32570abcc79c13689a83ab5d18ed4ac58a1.tar.bz2
lilv-b44de32570abcc79c13689a83ab5d18ed4ac58a1.zip
Fix incorrect comment on lilv_plugin_get_author_homepage.
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@3614 a436a847-0d15-0410-975c-d299462d15a1
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 e748d1d..649d341 100644
--- a/lilv/lilv.h
+++ b/lilv/lilv.h
@@ -900,7 +900,7 @@ LilvNode*
lilv_plugin_get_author_email(const LilvPlugin* plugin);
/**
- Get the email address of the plugin's author.
+ Get the address of the plugin author's home page.
Returns NULL if author homepage is not present.
Returned value must be freed by caller.
*/