aboutsummaryrefslogtreecommitdiffstats
path: root/src/directory.c
diff options
context:
space:
mode:
authorJ. Alexander Treuman <jat@spatialrift.net>2007-04-25 20:18:47 +0000
committerJ. Alexander Treuman <jat@spatialrift.net>2007-04-25 20:18:47 +0000
commit179ab7efe8f110c9b4f7357875677df43ae79ffd (patch)
treed8f5eaa0573e54fa9d58b0b9b56ce1e5a32710c5 /src/directory.c
parent18e20b8d2c72e8b478c48a084bf752ec2ba55ace (diff)
downloadmpd-179ab7efe8f110c9b4f7357875677df43ae79ffd.tar.gz
mpd-179ab7efe8f110c9b4f7357875677df43ae79ffd.tar.xz
mpd-179ab7efe8f110c9b4f7357875677df43ae79ffd.zip
fials -> fails
git-svn-id: https://svn.musicpd.org/mpd/trunk@5947 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src/directory.c')
-rw-r--r--src/directory.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/directory.c b/src/directory.c
index 79002759a..27a0bd2e6 100644
--- a/src/directory.c
+++ b/src/directory.c
@@ -543,7 +543,7 @@ static int updatePath(char *utf8path)
free(path);
return 0;
}
- /* if updateDirectory fials, means we should delete it */
+ /* if updateDirectory fails, means we should delete it */
else {
LOG("removing directory: %s\n", path);
deleteFromList(parentDirectory->subDirectories,
@@ -573,7 +573,7 @@ static int updatePath(char *utf8path)
return 1;
}
}
- /* if updateDirectory fials, means we should delete it */
+ /* if updateDirectory fails, means we should delete it */
else {
removeSongFromDirectory(parentDirectory, shortname);
ret = 1;