summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Levin <al.le@rockbox.org>2009-03-21 09:24:40 +0000
committerAlexander Levin <al.le@rockbox.org>2009-03-21 09:24:40 +0000
commit249800c1aec3f8c0a1cc293cf7e688aa3e697e27 (patch)
treecffe1de32a7d80dd7c25ec8f00197cb1d178fdaf
parent1a6bcfa2c1545fc66aac40c88dba3a6f804d6227 (diff)
downloadrockbox-249800c1aec3f8c0a1cc293cf7e688aa3e697e27.tar.gz
rockbox-249800c1aec3f8c0a1cc293cf7e688aa3e697e27.zip
Fix a typo in the comment
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20422 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--apps/plugins/text_editor.c2
1 files changed, 1 insertions, 1 deletions
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)
425 temp_changed = (value == NULL) || (color != old_color); 425 temp_changed = (value == NULL) || (color != old_color);
426 break; 426 break;
427 default: 427 default:
428 /* Should never happend but makes compiler happy */ 428 /* Should never happen but makes compiler happy */
429 temp_changed = false; 429 temp_changed = false;
430 } 430 }
431 431