fix common misspellings
These fixes were mostly generated with `codespell' [0] and manually reviewed. [0] http://git.profusion.mobi/cgit.cgi/lucas/codespell/
This commit is contained in:
committed by
Max Kellermann
parent
be798998bf
commit
6d3ed3f16f
@@ -281,7 +281,7 @@ pc_get_error_message(struct player_control *pc)
|
||||
return g_strdup("problems opening audio device");
|
||||
|
||||
case PLAYER_ERROR_SYSTEM:
|
||||
return g_strdup("system error occured");
|
||||
return g_strdup("system error occurred");
|
||||
|
||||
case PLAYER_ERROR_UNKTYPE:
|
||||
uri = pc_errored_song_uri(pc);
|
||||
|
||||
Reference in New Issue
Block a user