diff options
author | Paul Menzel <paulepanter@users.sourceforge.net> | 2012-05-19 10:03:01 +0200 |
---|---|---|
committer | Tanu Kaskinen <tanuk@iki.fi> | 2012-06-30 13:53:58 +0300 |
commit | 86996b4cc8d4cc975ad58ee8cb74bd3de6b71545 (patch) | |
tree | 503ab13f2bd88005d0a4a9fa160ee74bc8eaf97a /po/pa.po | |
parent | 51e9104e36075cfd967b107590e8ae86112d7b5f (diff) |
Fix spelling of separated: s, sepera, separa, g
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
Diffstat (limited to 'po/pa.po')
-rw-r--r-- | po/pa.po | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |