diff --git a/doc/ncmpcpp.1 b/doc/ncmpcpp.1 index 2b95f4c8..5892e933 100644 --- a/doc/ncmpcpp.1 +++ b/doc/ncmpcpp.1 @@ -121,7 +121,7 @@ Path to external editor used to edit lyrics. Prefix for playlists in Browser. .TP .B default_tag_editor_pattern = TEXT -Deafult pattern used by Tag editor's parser. +Default pattern used by Tag editor's parser. .TP .B now_playing_prefix = TEXT Prefix for currently playing song. diff --git a/src/ncmpcpp.cpp b/src/ncmpcpp.cpp index b21e4914..77968c26 100644 --- a/src/ncmpcpp.cpp +++ b/src/ncmpcpp.cpp @@ -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!"); } } }