summaryrefslogtreecommitdiff
path: root/src/modules/module-ladspa-sink.c
diff options
context:
space:
mode:
authorMaarten Bosmans <mkbosmans@gmail.com>2011-08-24 18:24:46 +0200
committerColin Guthrie <colin@mageia.org>2011-08-25 11:27:47 +0100
commitc5dca7cf2b0423f152c6e81a503cc9639b08f09f (patch)
tree79152766b25a399806bc474e99f9a3e6c81fc341 /src/modules/module-ladspa-sink.c
parent231645d4fc247d9adf06549d087a0a1fb73b9c46 (diff)
downloadpulseaudio-c5dca7cf2b0423f152c6e81a503cc9639b08f09f.tar.gz
More spelling fixes
Diffstat (limited to 'src/modules/module-ladspa-sink.c')
-rw-r--r--src/modules/module-ladspa-sink.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/module-ladspa-sink.c b/src/modules/module-ladspa-sink.c
index 7a60403b3..7d81e0d46 100644
--- a/src/modules/module-ladspa-sink.c
+++ b/src/modules/module-ladspa-sink.c
@@ -58,7 +58,7 @@ PA_MODULE_USAGE(
"channel_map=<input channel map> "
"plugin=<ladspa plugin name> "
"label=<ladspa plugin label> "
- "control=<comma seperated list of input control values> "
+ "control=<comma separated list of input control values> "
"input_ladspaport_map=<comma separated list of input LADSPA port names> "
"output_ladspaport_map=<comma separated list of output LADSPA port names> "));