From: C. Scott Ananian Date: Tue, 27 Oct 2015 19:48:52 +0000 (-0400) Subject: Typo fix for maintenance/install.php. X-Git-Tag: 1.31.0-rc.0~8328^2~1 X-Git-Url: http://git.cyclocoop.org/?a=commitdiff_plain;h=50109405df83f258884c33156fc934da581e6a63;p=lhc%2Fweb%2Fwiklou.git Typo fix for maintenance/install.php. Change-Id: Ic5d906ade363dc544bc239eb553e2567759dd17f --- diff --git a/maintenance/install.php b/maintenance/install.php index 0037ea80c2..212e42ab38 100644 --- a/maintenance/install.php +++ b/maintenance/install.php @@ -43,7 +43,7 @@ class CommandLineInstaller extends Maintenance { global $IP; $this->addDescription( "CLI-based MediaWiki installation and configuration.\n" . - "Defaut options are indicated in parenthesis." ); + "Default options are indicated in parentheses." ); $this->addArg( 'name', 'The name of the wiki (MediaWiki)', false );