summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Robillard <dave@drobilla.net>2009-08-10 23:04:47 -0400
committerStefan Kost <ensonic@users.sf.net>2009-09-17 09:46:49 +0300
commitd051620fcc91dc306e4a73e535d4b63baac03ee3 (patch)
treebf3ed947eeedd52f0e0b997410d4d0a1daf7752f
parent05e9de937eff0d83c4faeab371bf3942de2be185 (diff)
Fix typo in LADSPA element documentation.
-rw-r--r--ext/ladspa/gstladspa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/ladspa/gstladspa.c b/ext/ladspa/gstladspa.c
index e3fc64cbe..11da78486 100644
--- a/ext/ladspa/gstladspa.c
+++ b/ext/ladspa/gstladspa.c
@@ -24,7 +24,7 @@
*
* The ladspa (Linux Audio Developer's Simple Plugin API) element is a bridge
* for plugins using the <ulink url="http://www.ladspa.org/">ladspa</ulink> API.
- * It scans all installed ladspa plugins and registeres them as gstreamer
+ * It scans all installed ladspa plugins and registers them as gstreamer
* elements. If available it can also parse lrdf files and use the metadata for
* element classification.
*/