Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'core/Tracker/Db/Pdo/Mysql.php')
-rw-r--r--core/Tracker/Db/Pdo/Mysql.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Tracker/Db/Pdo/Mysql.php b/core/Tracker/Db/Pdo/Mysql.php
index 7e4f7458db..711f760c44 100644
--- a/core/Tracker/Db/Pdo/Mysql.php
+++ b/core/Tracker/Db/Pdo/Mysql.php
@@ -184,7 +184,7 @@ class Mysql extends Db
* @param string $query Query
* @param array|string $parameters Parameters to bind array('idsite'=> 1)
* @return PDOStatement|bool PDOStatement or false if failed
- * @throws DbException if an exception occured
+ * @throws DbException if an exception occurred
*/
public function query($query, $parameters = array())
{