Typo fix for maintenance/install.php.
authorC. Scott Ananian <cscott@cscott.net>
Tue, 27 Oct 2015 19:48:52 +0000 (15:48 -0400)
committerC. Scott Ananian <cscott@cscott.net>
Tue, 27 Oct 2015 19:48:52 +0000 (15:48 -0400)
Change-Id: Ic5d906ade363dc544bc239eb553e2567759dd17f

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 );