diff options
Diffstat (limited to 'utils')
-rw-r--r-- | utils/lv2_inspect.c | 2 | ||||
-rw-r--r-- | utils/lv2_list.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/utils/lv2_inspect.c b/utils/lv2_inspect.c index 20b5a3c..e9b7cf5 100644 --- a/utils/lv2_inspect.c +++ b/utils/lv2_inspect.c @@ -290,7 +290,7 @@ void print_version() { printf( - "lv2_inspect (slv2) " LILV_VERSION "\n" + "lv2_inspect (lilv) " LILV_VERSION "\n" "Copyright 2007-2011 David Robillard <http://drobilla.net>\n" "License: <http://www.opensource.org/licenses/isc-license>\n" "This is free software: you are free to change and redistribute it.\n" diff --git a/utils/lv2_list.c b/utils/lv2_list.c index 88769ae..34d8670 100644 --- a/utils/lv2_list.c +++ b/utils/lv2_list.c @@ -59,7 +59,7 @@ print_usage() printf(" --version Output version information and exit\n"); printf("\n"); printf("The environment variable LV2_PATH can be used to control where\n"); - printf("this (and all other slv2 based LV2 hosts) will search for plugins.\n"); + printf("this (and all other lilv based LV2 hosts) will search for plugins.\n"); } int |