From 6d3ed3f16f7c427b22e8087804cea0f9874f4358 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonathan=20Neusch=C3=A4fer?= Date: Thu, 31 Mar 2011 21:43:53 +0200 Subject: fix common misspellings These fixes were mostly generated with `codespell' [0] and manually reviewed. [0] http://git.profusion.mobi/cgit.cgi/lucas/codespell/ --- src/player_control.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/player_control.c') diff --git a/src/player_control.c b/src/player_control.c index 0f73c929a..51420a43f 100644 --- a/src/player_control.c +++ b/src/player_control.c @@ -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); -- cgit v1.2.3