From de4647158f40b914ce245b34313b9358e64e7d8a Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Wed, 8 Jul 2009 17:23:26 +0000 Subject: [PATCH] typo --- includes/DefaultSettings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 1e3bfa63ac..0b499bf809 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -2203,7 +2203,7 @@ $wgPutIPinRC = true; /** * Recentchanges items are periodically purged; entries older than this many * seconds will go. - * Default: 13 weeks = about three monts + * Default: 13 weeks = about three months */ $wgRCMaxAge = 13 * 7 * 24 * 3600; -- 2.20.1