summaryrefslogtreecommitdiffstats
path: root/ext/ladspa
diff options
context:
space:
mode:
authorDave Robillard <dave@drobilla.net>2009-08-10 23:04:47 -0400
committerDave Robillard <dave@drobilla.net>2009-08-10 23:04:47 -0400
commit23cb8a892a204716d1c5f2cbe13a23270d26d832 (patch)
tree6f91555f91abb6390fab1b92144f22823dbe9b71 /ext/ladspa
parentaf3f7e7f20eaf961f4384940ec6ad987bb0afbb6 (diff)
downloadgst-plugins-bad-23cb8a892a204716d1c5f2cbe13a23270d26d832.tar.gz
gst-plugins-bad-23cb8a892a204716d1c5f2cbe13a23270d26d832.tar.bz2
gst-plugins-bad-23cb8a892a204716d1c5f2cbe13a23270d26d832.zip
Fix typo in LADSPA element documentation.
Diffstat (limited to 'ext/ladspa')
-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 e3fc64cb..11da7848 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.
*/