aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2006-03-16 06:41:41 +0000
committerEric Wong <normalperson@yhbt.net>2006-03-16 06:41:41 +0000
commit867ca276adf417d95fac2007d887728bf0dddcca (patch)
treea85b0bb42032f8c7882e5d0ef7a6c575da86d4b6 /src/main.c
parente0439446b7eb558d12372cb6be39ada0d67db6a6 (diff)
downloadmpd-867ca276adf417d95fac2007d887728bf0dddcca.tar.gz
mpd-867ca276adf417d95fac2007d887728bf0dddcca.tar.xz
mpd-867ca276adf417d95fac2007d887728bf0dddcca.zip
Hopefully the last of the spelling fixes :>
git-svn-id: https://svn.musicpd.org/mpd/trunk@3923 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 7b05e7c14..289686a55 100644
--- a/src/main.c
+++ b/src/main.c
@@ -220,7 +220,7 @@ void changeToUser() {
* (must be done before we change our uid)
*/
if (initgroups(param->value, userpwd->pw_gid) == -1) {
- WARNING("cannot init suplementary groups "
+ WARNING("cannot init supplementary groups "
"of user \"%s\" at line %i: %s\n",
param->value, param->line,
strerror(errno));