From: Emanuele Giaquinta Date: Mon, 20 Sep 2010 13:04:19 +0000 (+0100) Subject: Fix typo X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8d38ace17cedafd528d1162e06f29e27ebfeb450;p=mutt Fix typo --- diff --git a/mbox.c b/mbox.c index afd1be4c..6437621f 100644 --- a/mbox.c +++ b/mbox.c @@ -705,7 +705,7 @@ void mbox_reset_atime (CONTEXT *ctx, struct stat *st) /* * When $mbox_check_recent is set, existing new mail is ignored, so do not - * recent the atime to mtime-1 to signal new mail. + * reset the atime to mtime-1 to signal new mail. */ if (!option(OPTMAILCHECKRECENT) && utimebuf.actime >= utimebuf.modtime && mbox_has_new(ctx)) utimebuf.actime = utimebuf.modtime - 1;