From 249800c1aec3f8c0a1cc293cf7e688aa3e697e27 Mon Sep 17 00:00:00 2001 From: Alexander Levin Date: Sat, 21 Mar 2009 09:24:40 +0000 Subject: 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(-) (limited to 'apps') diff --git a/apps/plugins/text_editor.c b/apps/plugins/text_editor.c index 8552590efa..82c5e49632 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; } -- cgit v1.2.3