]> granicus.if.org Git - neomutt/commitdiff
Fix typo
authorEmanuele Giaquinta <e.giaquinta@glauco.it>
Mon, 20 Sep 2010 13:04:19 +0000 (14:04 +0100)
committerEmanuele Giaquinta <e.giaquinta@glauco.it>
Mon, 20 Sep 2010 13:04:19 +0000 (14:04 +0100)
mbox.c

diff --git a/mbox.c b/mbox.c
index afd1be4cef5c67456bbf10f035db95d247b7becc..6437621fd14e678722b77a84b55b18a2dca757ff 100644 (file)
--- 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;