Commit 179ab7ef authored by J. Alexander Treuman's avatar J. Alexander Treuman

fials -> fails

git-svn-id: https://svn.musicpd.org/mpd/trunk@5947 09075e82-0dd4-0310-85a5-a0d7c8717e4f
parent 18e20b8d
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment