diff options
author | Umherirrender <umherirrender_de.wp@web.de> | 2017-10-07 18:53:04 +0200 |
---|---|---|
committer | Umherirrender <umherirrender_de.wp@web.de> | 2017-10-07 18:53:04 +0200 |
commit | 14dfc3dbc5c3d734f89fcd8cf8914fdd741c9b76 (patch) | |
tree | 3fecd39ee6c1055153a8d2e4548614bf80091710 /includes/installer/PostgresInstaller.php | |
parent | 7ea0ff88487416a1d0de8438c64208deefe6c999 (diff) | |
download | mediawikicore-14dfc3dbc5c3d734f89fcd8cf8914fdd741c9b76.tar.gz mediawikicore-14dfc3dbc5c3d734f89fcd8cf8914fdd741c9b76.zip |
Fix typo in 'language'
Change-Id: I3c4d090640892ae07d3da33dcfe3ace397a40808
Diffstat (limited to 'includes/installer/PostgresInstaller.php')
-rw-r--r-- | includes/installer/PostgresInstaller.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/installer/PostgresInstaller.php b/includes/installer/PostgresInstaller.php index 1a3fb104f675..2265ae3aedc1 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; |