diff options
author | Maarten Bosmans <mkbosmans@gmail.com> | 2011-08-24 18:24:46 +0200 |
---|---|---|
committer | Colin Guthrie <colin@mageia.org> | 2011-08-25 11:27:47 +0100 |
commit | c5dca7cf2b0423f152c6e81a503cc9639b08f09f (patch) | |
tree | 79152766b25a399806bc474e99f9a3e6c81fc341 /src/modules/module-ladspa-sink.c | |
parent | 231645d4fc247d9adf06549d087a0a1fb73b9c46 (diff) | |
download | pulseaudio-c5dca7cf2b0423f152c6e81a503cc9639b08f09f.tar.gz |
More spelling fixes
Diffstat (limited to 'src/modules/module-ladspa-sink.c')
-rw-r--r-- | src/modules/module-ladspa-sink.c | 2 |
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> ")); |