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:
|
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",
|
|||||||
|
|
||||||
InputPlugin modPlugin =
|
InputPlugin modPlugin =
|
||||||
{
|
{
|
||||||
"audiofile",
|
"mod",
|
||||||
NULL,
|
NULL,
|
||||||
mod_finishMikMod,
|
mod_finishMikMod,
|
||||||
NULL,
|
NULL,
|
||||||
|
Loading…
Reference in New Issue
Block a user