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

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/php/include/classes/db/DbBackend.php')
-rw-r--r--frontends/php/include/classes/db/DbBackend.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/include/classes/db/DbBackend.php b/frontends/php/include/classes/db/DbBackend.php
index 4dece42551b..c231aa7c32a 100644
--- a/frontends/php/include/classes/db/DbBackend.php
+++ b/frontends/php/include/classes/db/DbBackend.php
@@ -87,7 +87,7 @@ abstract class DbBackend {
}
/**
- * Return error or null if no error occured.
+ * Return error or null if no error occurred.
*
* @return mixed
*/