X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2Fparse.php;h=7b05cb7b9936f318d965c69c537954bcaa73becb;hb=7746e1458bc052f7458d4c705df6cb327a15293c;hp=638d7c5b2a81374bc9f8888cd2dae37bacff9288;hpb=3b07da886220352c3e393ec09b0c674b3968d5ad;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/parse.php b/maintenance/parse.php index 638d7c5b2a..7b05cb7b99 100644 --- a/maintenance/parse.php +++ b/maintenance/parse.php @@ -3,7 +3,7 @@ * Parse some wikitext. * * Wikitext can be given by stdin or using a file. The wikitext will be parsed - * using 'CLIParser' as a title. This can be overriden with --title option. + * using 'CLIParser' as a title. This can be overridden with --title option. * * Example1: * @code @@ -110,7 +110,7 @@ class CLIParser extends Maintenance { /** * Title object to use for CLI parsing. - * Default title is 'CLIParser', it can be overriden with the option + * Default title is 'CLIParser', it can be overridden with the option * --title * * @return Title