Commit 76a1975b authored by Warren Dukes's avatar Warren Dukes

spelling fixes from normalperson

git-svn-id: https://svn.musicpd.org/mpd/trunk@1710 09075e82-0dd4-0310-85a5-a0d7c8717e4f
parent 51dd5c23
...@@ -151,11 +151,11 @@ void directory_sigChldHandler(int pid, int status) { ...@@ -151,11 +151,11 @@ void directory_sigChldHandler(int pid, int status) {
{ {
case DIRECTORY_UPDATE_EXIT_UPDATE: case DIRECTORY_UPDATE_EXIT_UPDATE:
directory_reReadDB = 1; directory_reReadDB = 1;
DEBUG("direcotry_sigChldHandler: " DEBUG("directory_sigChldHandler: "
"updated db\n"); "updated db\n");
case DIRECTORY_UPDATE_EXIT_NOUPDATE: case DIRECTORY_UPDATE_EXIT_NOUPDATE:
DEBUG("direcotry_sigChldHandler: " DEBUG("directory_sigChldHandler: "
"update exitted succesffully\n"); "update exited succesffully\n");
break; break;
default: default:
ERROR("error updating db\n"); ERROR("error updating db\n");
......
...@@ -238,7 +238,7 @@ char * modSuffixes[] = {"amf", ...@@ -238,7 +238,7 @@ char * modSuffixes[] = {"amf",
InputPlugin modPlugin = InputPlugin modPlugin =
{ {
"audiofile", "mod",
NULL, NULL,
mod_finishMikMod, mod_finishMikMod,
NULL, NULL,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment