manpage, ncmpcpp: fix typos

This commit is contained in:
Damien Leone
2010-03-04 22:49:17 +01:00
committed by Andrzej Rybczak
parent 331107387c
commit b113beed15
2 changed files with 3 additions and 3 deletions

View File

@@ -1413,7 +1413,7 @@ int main(int argc, char *argv[])
if (success)
{
Mpd.UpdateDirectory(locale_to_utf_cpy(FindSharedDir(list)));
ShowMessage("Tags updated succesfully!");
ShowMessage("Tags updated successfully!");
}
FreeSongList(list);
}
@@ -1453,7 +1453,7 @@ int main(int argc, char *argv[])
if (success)
{
Mpd.UpdateDirectory(locale_to_utf_cpy(FindSharedDir(myLibrary->Songs)));
ShowMessage("Tags updated succesfully!");
ShowMessage("Tags updated successfully!");
}
}
}