X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2Finstall.php;h=212e42ab38682cc2422604cd6211d44c6e2c3588;hb=3c15f0d09880492e308e137518c4fadfec53bd5b;hp=0037ea80c220a448717b14f0a490fd660d7df5ce;hpb=012248fc5a7d6d0257df1a0feadbda5ae4a477e2;p=lhc%2Fweb%2Fwiklou.git 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 );