fix typo in comment

This commit is contained in:
Uwe Steinmann 2015-04-27 08:17:27 +02:00
parent d04786884b
commit 7338ddaadd

View File

@ -28,7 +28,7 @@ class SeedDMS_Core_DatabaseAccess {
public $_debug;
/**
* @var string name of database driver (mysql or sqlite3)
* @var string name of database driver (mysql or sqlite)
*/
protected $_driver;