From: Siebrand Mazeland Date: Mon, 23 Aug 2010 06:46:49 +0000 (+0000) Subject: Fix typo. Spotted by Hamilton Abreu. X-Git-Tag: 1.31.0-rc.0~35365 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/pie.php?a=commitdiff_plain;h=c5c23218ce5fadcf952f4e1664046fa1fd8c3e97;p=lhc%2Fweb%2Fwiklou.git Fix typo. Spotted by Hamilton Abreu. --- diff --git a/includes/installer/Installer.i18n.php b/includes/installer/Installer.i18n.php index 2aa7904697..aff60e189e 100644 --- a/includes/installer/Installer.i18n.php +++ b/includes/installer/Installer.i18n.php @@ -230,7 +230,7 @@ $1 If you do not see the database system you are trying to use listed below, then follow the instructions linked above to enable support.', 'config-support-mysql' => '* $1 is the primary target for MediaWiki and is best supported ([http://www.php.net/manual/en/mysql.installation.php how to compile PHP with MySQL support])', - 'config-support-postgres' => '* $1 is a popular open souce database system as an alternative to MySQL ([http://www.php.net/manual/en/pgsql.installation.php how to compile PHP with PostgreSQL support])', + 'config-support-postgres' => '* $1 is a popular open source database system as an alternative to MySQL ([http://www.php.net/manual/en/pgsql.installation.php how to compile PHP with PostgreSQL support])', 'config-support-sqlite' => '* $1 is a lightweight database system which is very well supported. ([http://www.php.net/manual/en/pdo.installation.php How to compile PHP with SQLite support], uses PDO)', 'config-header-mysql' => 'MySQL settings', 'config-header-postgres' => 'PostgreSQL settings',