From 43c488ff2f96488fb9d94bd30f40c990b86cc74b Mon Sep 17 00:00:00 2001 From: Rotem Liss Date: Thu, 25 Mar 2010 20:22:57 +0000 Subject: [PATCH] Typo in comment. --- includes/DefaultSettings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 31373be7d2..7a2af536b7 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -1121,7 +1121,7 @@ $wgShowIPinHeader = true; # For non-logged in users $wgMaxSigChars = 255; # Maximum number of Unicode characters in signature $wgMaxArticleSize = 2048; # Maximum article size in kilobytes # Maximum number of bytes in username. You want to run the maintenance -# script ./maintenancecheckUsernames.php once you have changed this value +# script ./maintenance/checkUsernames.php once you have changed this value $wgMaxNameChars = 255; $wgMaxPPNodeCount = 1000000; # A complexity limit on template expansion -- 2.20.1