diff options
author | Dave Robillard <dave@drobilla.net> | 2009-08-10 23:04:47 -0400 |
---|---|---|
committer | Stefan Kost <ensonic@users.sf.net> | 2009-09-17 09:46:49 +0300 |
commit | d051620fcc91dc306e4a73e535d4b63baac03ee3 (patch) | |
tree | bf3ed947eeedd52f0e0b997410d4d0a1daf7752f /ext | |
parent | 05e9de937eff0d83c4faeab371bf3942de2be185 (diff) | |
download | gstreamer-plugins-bad-d051620fcc91dc306e4a73e535d4b63baac03ee3.tar.gz |
Fix typo in LADSPA element documentation.
Diffstat (limited to 'ext')
-rw-r--r-- | ext/ladspa/gstladspa.c | 2 |
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. */ |