From 14dfc3dbc5c3d734f89fcd8cf8914fdd741c9b76 Mon Sep 17 00:00:00 2001 From: Umherirrender Date: Sat, 7 Oct 2017 18:53:04 +0200 Subject: [PATCH] Fix typo in 'language' Change-Id: I3c4d090640892ae07d3da33dcfe3ace397a40808 --- includes/collation/NumericUppercaseCollation.php | 2 +- includes/installer/PostgresInstaller.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/collation/NumericUppercaseCollation.php b/includes/collation/NumericUppercaseCollation.php index da78a05143..4a2d776f67 100644 --- a/includes/collation/NumericUppercaseCollation.php +++ b/includes/collation/NumericUppercaseCollation.php @@ -25,7 +25,7 @@ * or pretty-formatted numbers may be unexpected. * * Digits will be based on the wiki's content language settings. If - * you change the content langauge of a wiki you will need to run + * you change the content language of a wiki you will need to run * updateCollation.php --force. Only English (ASCII 0-9) and the * localized version will be counted. Localized digits from other languages * or weird unicode digit equivalents (e.g. 4, 𝟜, ⓸ , ⁴, etc) will not count. diff --git a/includes/installer/PostgresInstaller.php b/includes/installer/PostgresInstaller.php index 1a3fb104f6..2265ae3aed 100644 --- a/includes/installer/PostgresInstaller.php +++ b/includes/installer/PostgresInstaller.php @@ -637,7 +637,7 @@ class PostgresInstaller extends DatabaseInstaller { public function setupPLpgSQL() { // Connect as the install user, since it owns the database and so is - // the user that needs to run "CREATE LANGAUGE" + // the user that needs to run "CREATE LANGUAGE" $status = $this->getPgConnection( 'create-schema' ); if ( !$status->isOK() ) { return $status; -- 2.20.1