spelling fixes from normalperson
git-svn-id: https://svn.musicpd.org/mpd/trunk@1710 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
parent
51dd5c2342
commit
76a1975b8e
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user