From 278e43e9c1021c2dad4c6a14eedfdbee2e269718 Mon Sep 17 00:00:00 2001 From: Raimond Spekking Date: Thu, 13 Aug 2009 14:28:59 +0000 Subject: [PATCH] fix typo --- includes/DefaultSettings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 46704e9629..fe7693588b 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -3589,7 +3589,7 @@ $wgAllowSpecialInclusion = true; */ $wgSyncHTTPTimeout = 25; /** -* Timeout for asynchronous http request that run in a backgournd php proccess +* Timeout for asynchronous http request that run in a background php proccess * default set to 20 min */ $wgAsyncHTTPTimeout = 60*20; -- 2.20.1