spelling fixes from normalperson

git-svn-id: https://svn.musicpd.org/mpd/trunk@1710 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
Warren Dukes 2004-06-29 01:24:49 +00:00
parent 51dd5c2342
commit 76a1975b8e
2 changed files with 4 additions and 4 deletions

View File

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

View File

@ -238,7 +238,7 @@ char * modSuffixes[] = {"amf",
InputPlugin modPlugin =
{
"audiofile",
"mod",
NULL,
mod_finishMikMod,
NULL,