Hopefully the last of the spelling fixes :>

git-svn-id: https://svn.musicpd.org/mpd/trunk@3923 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
Eric Wong
2006-03-16 06:41:41 +00:00
parent e0439446b7
commit 867ca276ad
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -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));