From: Vincent Lefevre Date: Fri, 8 Jun 2018 12:04:16 +0000 (+0200) Subject: Spelling mistake in debug message. X-Git-Tag: mutt-1-11-rel~144 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=96b1449f99abcbce116aa949f6882921b5cbf223;p=mutt Spelling mistake in debug message. --- diff --git a/monitor.c b/monitor.c index 00668c13..be3db1ea 100644 --- 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)