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

View File

@@ -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);
}