From 50109405df83f258884c33156fc934da581e6a63 Mon Sep 17 00:00:00 2001 From: "C. Scott Ananian" Date: Tue, 27 Oct 2015 15:48:52 -0400 Subject: [PATCH] Typo fix for maintenance/install.php. Change-Id: Ic5d906ade363dc544bc239eb553e2567759dd17f --- maintenance/install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); -- 2.20.1