Merge "Typo fix for maintenance/install.php."
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Fri, 30 Oct 2015 16:34:51 +0000 (16:34 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Fri, 30 Oct 2015 16:34:51 +0000 (16:34 +0000)
maintenance/install.php

index 0037ea8..212e42a 100644 (file)
@@ -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 );