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 /man | |
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 'man')
-rw-r--r-- | man/pulse-daemon.conf.5.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/pulse-daemon.conf.5.xml.in b/man/pulse-daemon.conf.5.xml.in index 47318e221..de4511a1d 100644 --- a/man/pulse-daemon.conf.5.xml.in +++ b/man/pulse-daemon.conf.5.xml.in @@ -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> |