commit | b993b4b9703f29043f5cd5f1f406e675e04e814e | [log] [tgz] |
---|---|---|
author | Claudio Galdiolo <claudio.galdiolo@gmail.com> | Wed Jan 28 12:22:38 2015 -0500 |
committer | Claudio Galdiolo <claudio.galdiolo@gmail.com> | Wed Jan 28 12:22:38 2015 -0500 |
tree | fc5eef0c8d7be709da8a0f402683d5d31e9b5bd4 | |
parent | b91bdf7e8c464b8db276a050ccafc90364d59c12 [diff] [blame] |
fix typo in comments
diff --git a/system/database/drivers/mysqli/mysqli_driver.php b/system/database/drivers/mysqli/mysqli_driver.php index 908f54b..22a8ba6 100644 --- a/system/database/drivers/mysqli/mysqli_driver.php +++ b/system/database/drivers/mysqli/mysqli_driver.php
@@ -436,7 +436,7 @@ * Error * * Returns an array containing code and message of the last - * database error that has occured. + * database error that has occurred. * * @return array */