Changed MySQL in comment to SQLite.

This commit is contained in:
Shadow6363 2012-01-24 23:11:24 -05:00 committed by mark_story
parent f5d05d9ea9
commit 62e671f6b8

View file

@ -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
*/