diff options
Diffstat (limited to 'apps/plugins')
| -rw-r--r-- | apps/plugins/text_editor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/text_editor.c b/apps/plugins/text_editor.c index 8552590..82c5e49 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; } |