aboutsummaryrefslogtreecommitdiffstats
path: root/env.c
diff options
context:
space:
mode:
Diffstat (limited to 'env.c')
-rw-r--r--env.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/env.c b/env.c
index 19593d72..3e9c52c3 100644
--- a/env.c
+++ b/env.c
@@ -186,7 +186,7 @@ char *rfc822timestamp(void)
* Y2K hassles. Max length of this timestamp in an English locale
* should be 29 chars. The only things that should vary by locale
* are the day and month abbreviations. The set_locale calls prevent
- * weird multibyte i18n characters (such as kanji) for showing up
+ * weird multibyte i18n characters (such as kanji) from showing up
* in your Received headers.
*/
#if defined(HAVE_SETLOCALE) && defined(ENABLE_NLS) && defined(HAVE_STRFTIME)