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) {
{
case DIRECTORY_UPDATE_EXIT_UPDATE:
directory_reReadDB = 1;
DEBUG("direcotry_sigChldHandler: "
DEBUG("directory_sigChldHandler: "
"updated db\n");
case DIRECTORY_UPDATE_EXIT_NOUPDATE:
DEBUG("direcotry_sigChldHandler: "
"update exitted succesffully\n");
DEBUG("directory_sigChldHandler: "
"update exited succesffully\n");
break;
default:
ERROR("error updating db\n");
......
......@@ -238,7 +238,7 @@ char * modSuffixes[] = {"amf",
InputPlugin modPlugin =
{
"audiofile",
"mod",
NULL,
mod_finishMikMod,
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