diff options
author | J. Alexander Treuman <jat@spatialrift.net> | 2006-07-16 15:28:51 +0000 |
---|---|---|
committer | J. Alexander Treuman <jat@spatialrift.net> | 2006-07-16 15:28:51 +0000 |
commit | 9768d96954978366672ee115137a5df80369246a (patch) | |
tree | 29a4b6620583c7dfd1ab8fea95becce47b3c7fdd /doc | |
parent | b38157fc762537329fad36a63a105d15840470e0 (diff) | |
download | mpd-9768d96954978366672ee115137a5df80369246a.tar.gz mpd-9768d96954978366672ee115137a5df80369246a.tar.xz mpd-9768d96954978366672ee115137a5df80369246a.zip |
Fix more shank typos in mpdconf.example. Thanks to ves for reporting them.
git-svn-id: https://svn.musicpd.org/mpd/trunk@4358 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'doc')
-rw-r--r-- | doc/mpdconf.example | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/mpdconf.example b/doc/mpdconf.example index 7069f2910..1dcfdf686 100644 --- a/doc/mpdconf.example +++ b/doc/mpdconf.example @@ -85,7 +85,7 @@ pid_file "~/.mpd/mpd.pid" # bitrate "128" # format "44100:16:1" # -# Optional Paramters +# Optional Parameters # user "source" # description "here's my long description" # genre "jazz" @@ -172,7 +172,7 @@ pid_file "~/.mpd/mpd.pid" # It is encouraged to run MPD as # non-superuser. If you start mpd as root # (for example, in an init script), set -# this value, then mpd will drop root priveleges +# this value, then mpd will drop root privileges # and runs as the user specified. # #user "nobody" |