From 1f69bc7f1ee662134f8fbfde74046695130b7c65 Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Tue, 4 Aug 2009 17:58:33 +0000 Subject: [PATCH] fix 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 d7a0e3ebff..4fff02d4ca 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -3576,7 +3576,7 @@ $wgAllowSpecialInclusion = true; /** * Timeout for HTTP requests done at script execution time - * default is (default php.ini script time 30s - 5s for everythign else) + * default is (default php.ini script time 30s - 5s for everything else) */ $wgSyncHTTPTimeout = 25; /** -- 2.20.1