From 27395fbc048d1858cd0cb77418f5d930a6bc189c Mon Sep 17 00:00:00 2001 From: Emanuele Giaquinta Date: Mon, 20 Sep 2010 14:04:19 +0100 Subject: [PATCH] Fix typo --- mbox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mbox.c b/mbox.c index afd1be4ce..6437621fd 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; -- 2.40.0