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:
@@ -58,7 +58,7 @@ unsigned int parsePermissions(char * string) {
|
||||
permission |= PERMISSION_ADMIN;
|
||||
}
|
||||
else {
|
||||
ERROR("uknown permission \"%s\"\n",temp);
|
||||
ERROR("unknown permission \"%s\"\n",temp);
|
||||
exit(EXIT_FAILURE);
|
||||
}
|
||||
|
||||
@@ -97,7 +97,7 @@ void initPermissions() {
|
||||
|
||||
if(!(temp = strtok_r(param->value,
|
||||
PERMISSION_PASSWORD_CHAR,&cp2))) {
|
||||
ERROR("something weird just happend in permission.c\n");
|
||||
ERROR("something weird just happened in permission.c\n");
|
||||
exit(EXIT_FAILURE);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user