fix typo
authorRaimond Spekking <raymond@users.mediawiki.org>
Thu, 13 Aug 2009 14:28:59 +0000 (14:28 +0000)
committerRaimond Spekking <raymond@users.mediawiki.org>
Thu, 13 Aug 2009 14:28:59 +0000 (14:28 +0000)
includes/DefaultSettings.php

index 46704e9..fe76935 100644 (file)
@@ -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;