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
This commit is contained in:
Paul Menzel 2012-05-19 10:03:01 +02:00 committed by Tanu Kaskinen
parent 51e9104e36
commit 86996b4cc8
13 changed files with 21 additions and 21 deletions

View 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>