Index: trunk/phase3/includes/installer/Installer.i18n.php |
— | — | @@ -240,7 +240,7 @@ |
241 | 241 | '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])', |
242 | 242 | '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])', |
243 | 243 | '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)', |
244 | | - 'config-support-oracle' => '* $1 is a comercial enterprise database. ([http://www.php.net/manual/en/oci8.installation.php How to compile PHP with OCI8 support])', |
| 244 | + 'config-support-oracle' => '* $1 is a commercial enterprise database. ([http://www.php.net/manual/en/oci8.installation.php How to compile PHP with OCI8 support])', |
245 | 245 | 'config-header-mysql' => 'MySQL settings', |
246 | 246 | 'config-header-postgres' => 'PostgreSQL settings', |
247 | 247 | 'config-header-sqlite' => 'SQLite settings', |