about summary refs log tree commit diff stats
path: root/src/ui/mucwin.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/mucwin.c')
-rw-r--r--src/ui/mucwin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/mucwin.c b/src/ui/mucwin.c
index b89a990f..104d0564 100644
--- a/src/ui/mucwin.c
+++ b/src/ui/mucwin.c
@@ -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;