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; }