Fix spelling of separated: s, sepera, separa, g
authorPaul Menzel <paulepanter@users.sourceforge.net>
Sat, 19 May 2012 08:03:01 +0000 (10:03 +0200)
committerTanu Kaskinen <tanuk@iki.fi>
Sat, 30 Jun 2012 10:53:58 +0000 (13:53 +0300)
The used command for fixing the script is the following.

    $ git grep sepera | cut --delimiter=: --fields=1 | xargs sed -i s,sepera,separa,g

This patch is motivated by a patch in Debian from Martin-Éric Racine [1].

[1] http://anonscm.debian.org/gitweb/?p=pkg-pulseaudio/pulseaudio.git;a=commitdiff;h=70e7261a615141908c0cf366fd49e0fc0f550fbf

13 files changed:
man/pulse-daemon.conf.5.xml.in
po/as.po
po/bn_IN.po
po/gu.po
po/hi.po
po/ml.po
po/pa.po
po/ta.po
po/zh_CN.po
src/modules/alsa/mixer/paths/analog-input.conf
src/modules/alsa/mixer/paths/analog-output-lfe-on-mono.conf
src/modules/alsa/mixer/paths/analog-output-mono.conf
src/modules/alsa/mixer/profile-sets/native-instruments-audio8dj.conf

index 47318e2..de4511a 100644 (file)
@@ -267,7 +267,7 @@ USA.
     <option>
       <p><opt>dl-search-path=</opt> The path were to look for dynamic
       shared objects (DSOs/plugins). You may specify more than one
-      path seperated by colons. The default path depends on compile
+      path separated by colons. The default path depends on compile
       time settings. The <opt>--dl-search-path</opt> command line
       option takes precedence. </p>
     </option>
index 6cbc923..c0e8422 100644 (file)
--- a/po/as.po
+++ b/po/as.po
@@ -92,7 +92,7 @@ msgstr ""
 "sink_name=<name for the sink> sink_properties=<properties for the sink> "
 "master=<name of sink to filter> format=<sample format> rate=<sample rate> "
 "channels=<number of channels> channel_map=<channel map> plugin=<ladspa "
-"plugin name> label=<ladspa plugin label> control=<comma seperated list of "
+"plugin name> label=<ladspa plugin label> control=<comma separated list of "
 "input control values>"
 
 #: ../src/modules/module-null-sink.c:49
@@ -2868,7 +2868,7 @@ msgstr ""
 "sink_name=<name for the sink> sink_properties=<properties for the sink> "
 "master=<name of sink to filter> format=<sample format> rate=<sample rate> "
 "channels=<number of channels> channel_map=<channel map> plugin=<ladspa "
-"plugin name> label=<ladspa plugin label> control=<comma seperated list of "
+"plugin name> label=<ladspa plugin label> control=<comma separated list of "
 "input control values>"
 
 #: ../src/modules/module-filter-apply.c:48
index ff1d0be..1c35a2d 100644 (file)
@@ -93,7 +93,7 @@ msgstr ""
 "sink_name=<name for the sink> sink_properties=<properties for the sink> "
 "master=<name of sink to filter> format=<sample format> rate=<sample rate> "
 "channels=<number of channels> channel_map=<channel map> plugin=<ladspa "
-"plugin name> label=<ladspa plugin label> control=<comma seperated list of "
+"plugin name> label=<ladspa plugin label> control=<comma separated list of "
 "input control values>"
 
 #: ../src/modules/module-null-sink.c:49
@@ -2887,7 +2887,7 @@ msgstr ""
 "sink_name=<name for the sink> sink_properties=<properties for the sink> "
 "master=<name of sink to filter> format=<sample format> rate=<sample rate> "
 "channels=<number of channels> channel_map=<channel map> plugin=<ladspa "
-"plugin name> label=<ladspa plugin label> control=<comma seperated list of "
+"plugin name> label=<ladspa plugin label> control=<comma separated list of "
 "input control values>"
 
 #: ../src/modules/module-filter-apply.c:48
index 41da4f9..65374c7 100644 (file)
--- a/po/gu.po
+++ b/po/gu.po
@@ -94,7 +94,7 @@ msgstr ""
 "sink_name=<name for the sink> sink_properties=<properties for the sink> "
 "master=<name of sink to filter> format=<sample format> rate=<sample rate> "
 "channels=<number of channels> channel_map=<channel map> plugin=<ladspa "
-"plugin name> label=<ladspa plugin label> control=<comma seperated list of "
+"plugin name> label=<ladspa plugin label> control=<comma separated list of "
 "input control values>"
 
 #: ../src/modules/module-null-sink.c:49
@@ -2856,7 +2856,7 @@ msgstr ""
 "sink_name=<name for the sink> sink_properties=<properties for the sink> "
 "master=<name of sink to filter> format=<sample format> rate=<sample rate> "
 "channels=<number of channels> channel_map=<channel map> plugin=<ladspa "
-"plugin name> label=<ladspa plugin label> control=<comma seperated list of "
+"plugin name> label=<ladspa plugin label> control=<comma separated list of "
 "input control values>"
 
 #: ../src/modules/module-filter-apply.c:48
index 9436cb8..644c9ac 100644 (file)
--- a/po/hi.po
+++ b/po/hi.po
@@ -100,7 +100,7 @@ msgstr ""
 "sink_name=<name for the sink> sink_properties=<properties for the sink> "
 "master=<name of sink to filter> format=<sample format> rate=<sample rate> "
 "channels=<number of channels> channel_map=<channel map> plugin=<ladspa "
-"plugin name> label=<ladspa plugin label> control=<comma seperated list of "
+"plugin name> label=<ladspa plugin label> control=<comma separated list of "
 "input control values>"
 
 #: ../src/modules/module-null-sink.c:49
@@ -2873,7 +2873,7 @@ msgstr ""
 "sink_name=<name for the sink> sink_properties=<properties for the sink> "
 "master=<name of sink to filter> format=<sample format> rate=<sample rate> "
 "channels=<number of channels> channel_map=<channel map> plugin=<ladspa "
-"plugin name> label=<ladspa plugin label> control=<comma seperated list of "
+"plugin name> label=<ladspa plugin label> control=<comma separated list of "
 "input control values>"
 
 #: ../src/modules/module-filter-apply.c:48
index ffdcf1b..91ff254 100644 (file)
--- a/po/ml.po
+++ b/po/ml.po
@@ -85,7 +85,7 @@ msgstr ""
 "sink_name=<name for the sink> sink_properties=<properties for the sink> "
 "master=<name of sink to filter> format=<sample format> rate=<sample rate> "
 "channels=<number of channels> channel_map=<channel map> plugin=<ladspa "
-"plugin name> label=<ladspa plugin label> control=<comma seperated list of "
+"plugin name> label=<ladspa plugin label> control=<comma separated list of "
 "input control values>"
 
 #: ../src/modules/module-null-sink.c:49
@@ -2860,7 +2860,7 @@ msgstr ""
 "sink_name=<name for the sink> sink_properties=<properties for the sink> "
 "master=<name of sink to filter> format=<sample format> rate=<sample rate> "
 "channels=<number of channels> channel_map=<channel map> plugin=<ladspa "
-"plugin name> label=<ladspa plugin label> control=<comma seperated list of "
+"plugin name> label=<ladspa plugin label> control=<comma separated list of "
 "input control values>"
 
 #: ../src/modules/module-filter-apply.c:48
index f8000a0..c630293 100644 (file)
--- a/po/pa.po
+++ b/po/pa.po
@@ -91,7 +91,7 @@ msgstr ""
 "sink_name=<name for the sink> sink_properties=<properties for the sink> "
 "master=<name of sink to filter> format=<sample format> rate=<sample rate> "
 "channels=<number of channels> channel_map=<channel map> plugin=<ladspa "
-"plugin name> label=<ladspa plugin label> control=<comma seperated list of "
+"plugin name> label=<ladspa plugin label> control=<comma separated list of "
 "input control values>"
 
 #: ../src/modules/module-null-sink.c:49
@@ -2859,7 +2859,7 @@ msgstr ""
 "sink_name=<name for the sink> sink_properties=<properties for the sink> "
 "master=<name of sink to filter> format=<sample format> rate=<sample rate> "
 "channels=<number of channels> channel_map=<channel map> plugin=<ladspa "
-"plugin name> label=<ladspa plugin label> control=<comma seperated list of "
+"plugin name> label=<ladspa plugin label> control=<comma separated list of "
 "input control values>"
 
 #: ../src/modules/module-filter-apply.c:48
index 963bf42..d8c8363 100644 (file)
--- a/po/ta.po
+++ b/po/ta.po
@@ -118,7 +118,7 @@ msgstr ""
 "sink_name=<name for the sink> sink_properties=<properties for the sink> "
 "master=<name of sink to filter> format=<sample format> rate=<sample rate> "
 "channels=<number of channels> channel_map=<channel map> plugin=<ladspa "
-"plugin name> label=<ladspa plugin label> control=<comma seperated list of "
+"plugin name> label=<ladspa plugin label> control=<comma separated list of "
 "input control values>"
 
 #: ../src/modules/module-null-sink.c:49
@@ -2894,7 +2894,7 @@ msgstr ""
 "sink_name=<name for the sink> sink_properties=<properties for the sink> "
 "master=<name of sink to filter> format=<sample format> rate=<sample rate> "
 "channels=<number of channels> channel_map=<channel map> plugin=<ladspa "
-"plugin name> label=<ladspa plugin label> control=<comma seperated list of "
+"plugin name> label=<ladspa plugin label> control=<comma separated list of "
 "input control values>"
 
 #: ../src/modules/module-filter-apply.c:48
index 6d259ab..2971a35 100644 (file)
@@ -92,7 +92,7 @@ msgstr ""
 "sink_name=<name for the sink> sink_properties=<properties for the sink> "
 "master=<name of sink to filter> format=<sample format> rate=<sample rate> "
 "channels=<number of channels> channel_map=<channel map> plugin=<ladspa "
-"plugin name> label=<ladspa plugin label> control=<comma seperated list of "
+"plugin name> label=<ladspa plugin label> control=<comma separated list of "
 "input control values>"
 
 #: ../src/modules/module-null-sink.c:49
@@ -2815,7 +2815,7 @@ msgstr ""
 "sink_name=<name for the sink> sink_properties=<properties for the sink> "
 "master=<name of sink to filter> format=<sample format> rate=<sample rate> "
 "channels=<number of channels> channel_map=<channel map> plugin=<ladspa "
-"plugin name> label=<ladspa plugin label> control=<comma seperated list of "
+"plugin name> label=<ladspa plugin label> control=<comma separated list of "
 "input control values>"
 
 #: ../src/modules/module-filter-apply.c:48
index b86c356..ecacc9c 100644 (file)
@@ -14,7 +14,7 @@
 # along with PulseAudio; if not, write to the Free Software Foundation,
 # Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
 
-; A fallback for devices that lack seperate Mic/Line/Aux/Video/TV
+; A fallback for devices that lack separate Mic/Line/Aux/Video/TV
 ; Tuner/FM elements
 ;
 ; See analog-output.conf.common for an explanation on the directives
index 67ee32f..181aa38 100644 (file)
@@ -14,7 +14,7 @@
 # along with PulseAudio; if not, write to the Free Software Foundation,
 # Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
 
-; Intended for usage in laptops that have a seperate LFE speaker
+; Intended for usage in laptops that have a separate LFE speaker
 ; connected to the Master mono connector
 ;
 ; See analog-output.conf.common for an explanation on the directives
index 13a2d6a..87b5081 100644 (file)
@@ -14,7 +14,7 @@
 # along with PulseAudio; if not, write to the Free Software Foundation,
 # Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
 
-; Intended for usage on boards that have a seperate Mono output plug.
+; Intended for usage on boards that have a separate Mono output plug.
 ;
 ; See analog-output.conf.common for an explanation on the directives
 
index 3fe3cc5..d2990de 100644 (file)
@@ -39,7 +39,7 @@ device-strings = hw:%f,0,1
 channel-map = left,right
 
 # Since we want to set a different description for channel C's/D's input
-# and output we define two seperate mappings for them
+# and output we define two separate mappings for them
 [Mapping analog-stereo-c-output]
 description = Analog Stereo Channel C
 device-strings = hw:%f,0,2