From: Raimond Spekking Date: Thu, 13 Aug 2009 14:28:59 +0000 (+0000) Subject: fix typo X-Git-Tag: 1.31.0-rc.0~40327 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/comptes/ajouter.php?a=commitdiff_plain;h=278e43e9c1021c2dad4c6a14eedfdbee2e269718;p=lhc%2Fweb%2Fwiklou.git fix typo --- 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;