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/draw.inc.php')
-rw-r--r--frontends/php/include/draw.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/include/draw.inc.php b/frontends/php/include/draw.inc.php
index 1c9776db463..ec7807c3579 100644
--- a/frontends/php/include/draw.inc.php
+++ b/frontends/php/include/draw.inc.php
@@ -39,7 +39,7 @@ function zbx_colormix($image, $bgColor, $fgColor, $alpha) {
/**
* Draw normal line.
- * PHP imageline() function is broken because it drops fraction instead of correct rounding of X/Y coordnates.
+ * PHP imageline() function is broken because it drops fraction instead of correct rounding of X/Y coordinates.
* All calls to imageline() must be replaced by the wrapper function everywhere in the code.
*
* @param resource $image image reference