Fix various typos

This commit is contained in:
Michael Vetter
2020-12-10 09:24:32 +01:00
parent f0bfa69296
commit a94378f206
11 changed files with 20 additions and 20 deletions

View File

@@ -450,7 +450,7 @@ _mucwin_print_triggers(ProfWin* window, const char* const message, GList* trigge
continue;
}
// found, repace vars if earlier than previous
// found, replace vars if earlier than previous
int trigger_pos = trigger_ptr - message_lower;
if (first_trigger_pos == -1 || trigger_pos < first_trigger_pos) {
first_trigger_pos = trigger_pos;