From e94c832cd5d26157a644a15929c8768df5696fef Mon Sep 17 00:00:00 2001 From: alle Date: Sat, 21 Mar 2009 09:24:40 +0000 Subject: [PATCH] Fix a typo in the comment git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20422 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/text_editor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/plugins/text_editor.c b/apps/plugins/text_editor.c index 8552590ef..82c5e4963 100644 --- a/apps/plugins/text_editor.c +++ b/apps/plugins/text_editor.c @@ -425,7 +425,7 @@ enum plugin_status plugin_start(const void* parameter) temp_changed = (value == NULL) || (color != old_color); break; default: - /* Should never happend but makes compiler happy */ + /* Should never happen but makes compiler happy */ temp_changed = false; } -- 2.11.4.GIT