Browse Source

Changed MySQL in comment to SQLite.

Shadow6363 14 years ago
parent
commit
62e671f6b8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/Cake/Model/Datasource/Database/Sqlite.php

+ 1 - 1
lib/Cake/Model/Datasource/Database/Sqlite.php

@@ -119,7 +119,7 @@ class Sqlite extends DboSource {
 	}
 
 /**
- * Check whether the MySQL extension is installed/loaded
+ * Check whether the SQLite extension is installed/loaded
  *
  * @return boolean
  */