summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/ladspa_search_path.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/ardour/ladspa_search_path.h')
-rw-r--r--libs/ardour/ardour/ladspa_search_path.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libs/ardour/ardour/ladspa_search_path.h b/libs/ardour/ardour/ladspa_search_path.h
index 791bba9188..bc184b5248 100644
--- a/libs/ardour/ardour/ladspa_search_path.h
+++ b/libs/ardour/ardour/ladspa_search_path.h
@@ -25,14 +25,14 @@
namespace ARDOUR {
/**
- * return a SearchPath containing directories in which to look for
+ * return a Searchpath containing directories in which to look for
* LADSPA plugins.
*
- * If LADSPA_PATH is defined then the SearchPath returned
+ * If LADSPA_PATH is defined then the Searchpath returned
* will contain the directories specified in it as well as the
* user and system directories.
*/
- PBD::SearchPath ladspa_search_path ();
+ PBD::Searchpath ladspa_search_path ();
} // namespace ARDOUR