aboutsummaryrefslogtreecommitdiffstats
path: root/src/permission.c
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2006-03-18 04:01:37 +0000
committerEric Wong <normalperson@yhbt.net>2006-03-18 04:01:37 +0000
commit0e793b510a2a61759cccf4caa38d9651eae1018b (patch)
treefd23fef78584a66ca6852895ecbd827ab8de68ab /src/permission.c
parent17d3ccbaa3f22c4c0f8a86515d71fc017a451bbd (diff)
downloadmpd-0e793b510a2a61759cccf4caa38d9651eae1018b.tar.gz
mpd-0e793b510a2a61759cccf4caa38d9651eae1018b.tar.xz
mpd-0e793b510a2a61759cccf4caa38d9651eae1018b.zip
merge up to r3928, branch should be closeable unless there aresvn/oggflac
major issues that need to be addressed. git-svn-id: https://svn.musicpd.org/mpd/branches/oggflac@3929 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src/permission.c')
-rw-r--r--src/permission.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/permission.c b/src/permission.c
index 00b754555..e44415d40 100644
--- a/src/permission.c
+++ b/src/permission.c
@@ -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);
}