fials -> fails
git-svn-id: https://svn.musicpd.org/mpd/trunk@5947 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
parent
18e20b8d2c
commit
179ab7efe8
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user