From 574cee7510b5fe16a30c9e863ee188e85bfcdc53 Mon Sep 17 00:00:00 2001 From: Leonid Mamchenkov Date: Mon, 16 May 2011 21:58:18 +0300 Subject: [PATCH] Fixed typo in documentation --- app/Config/database.php.default | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/Config/database.php.default b/app/Config/database.php.default index b7eb4bba2..81d3fa12c 100644 --- a/app/Config/database.php.default +++ b/app/Config/database.php.default @@ -28,11 +28,11 @@ * You can specify multiple configurations for production, development and testing. * * driver => The name of a supported driver; valid options are as follows: - * Datasabe/Mysql - MySQL 4 & 5, - * Datasabe/Sqlite - SQLite (PHP5 only), - * Datasabe/Postgres - PostgreSQL 7 and higher, - * Datasabe/Mssql - Microsoft SQL Server 2000 and higher, - * Datasabe/Oracle - Oracle 8 and higher + * Database/Mysql - MySQL 4 & 5, + * Database/Sqlite - SQLite (PHP5 only), + * Database/Postgres - PostgreSQL 7 and higher, + * Database/Mssql - Microsoft SQL Server 2000 and higher, + * Database/Oracle - Oracle 8 and higher * * You can add custom database drivers (or override existing drivers) by adding the * appropriate file to app/models/datasources/database. Drivers should be named 'MyDriver.php',