]> granicus.if.org Git - mutt/commitdiff
Spelling mistake in debug message.
authorVincent Lefevre <vincent@vinc17.net>
Fri, 8 Jun 2018 12:04:16 +0000 (14:04 +0200)
committerVincent Lefevre <vincent@vinc17.net>
Fri, 8 Jun 2018 12:04:16 +0000 (14:04 +0200)
monitor.c

index 00668c13d35b705adb54ee1a2b68cf64579d7340..be3db1ea183356d4c5d58029188b1a1ea81dbd3a 100644 (file)
--- a/monitor.c
+++ b/monitor.c
@@ -190,7 +190,7 @@ static int monitor_handle_ignore (int descr)
     }
     else
     {
-      dprint (3, (debugfile, "monitor: cleanup watch (implicitely removed) - descriptor=%d\n", descr));
+      dprint (3, (debugfile, "monitor: cleanup watch (implicitly removed) - descriptor=%d\n", descr));
     }
 
     if (new_descr == -1)