aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWarren Dukes <warren.dukes@gmail.com>2004-06-29 01:24:49 +0000
committerWarren Dukes <warren.dukes@gmail.com>2004-06-29 01:24:49 +0000
commit76a1975b8edac4b95e1ced0aec24066a7d70af2c (patch)
tree713a1bdfefc8bdaa022d98bd4bafa67f3407e58c
parent51dd5c2342483263e40b8173866079c1295fe4c3 (diff)
downloadmpd-76a1975b8edac4b95e1ced0aec24066a7d70af2c.tar.gz
mpd-76a1975b8edac4b95e1ced0aec24066a7d70af2c.tar.xz
mpd-76a1975b8edac4b95e1ced0aec24066a7d70af2c.zip
spelling fixes from normalperson
git-svn-id: https://svn.musicpd.org/mpd/trunk@1710 09075e82-0dd4-0310-85a5-a0d7c8717e4f
-rw-r--r--src/directory.c6
-rw-r--r--src/inputPlugins/mod_plugin.c2
2 files changed, 4 insertions, 4 deletions
diff --git a/src/directory.c b/src/directory.c
index 4ad281c43..b5c5ed965 100644
--- a/src/directory.c
+++ b/src/directory.c
@@ -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");
diff --git a/src/inputPlugins/mod_plugin.c b/src/inputPlugins/mod_plugin.c
index 59161c17c..0679d5e6d 100644
--- a/src/inputPlugins/mod_plugin.c
+++ b/src/inputPlugins/mod_plugin.c
@@ -238,7 +238,7 @@ char * modSuffixes[] = {"amf",
InputPlugin modPlugin =
{
- "audiofile",
+ "mod",
NULL,
mod_finishMikMod,
NULL,