summaryrefslogtreecommitdiffstats
path: root/frontends/php/include/defines.inc.php
diff options
context:
space:
mode:
authorosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-03-06 14:17:39 +0000
committerosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-03-06 14:17:39 +0000
commitee4590eedb2dc03a5fa70975ea893f42172944b3 (patch)
tree17314eca1219b64e97060241996b0202cb76a39d /frontends/php/include/defines.inc.php
parentb732e186700a82ef7355ddebeb9e59bfdeb79fdc (diff)
renamed 'uncnown' to 'unknown'
git-svn-id: svn://svn.zabbix.com/trunk@3873 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/defines.inc.php')
-rw-r--r--frontends/php/include/defines.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/include/defines.inc.php b/frontends/php/include/defines.inc.php
index b5fb274d..f576a745 100644
--- a/frontends/php/include/defines.inc.php
+++ b/frontends/php/include/defines.inc.php
@@ -254,7 +254,7 @@
define("MARK_COLOR_GREEN", 2);
define("MARK_COLOR_BLUE", 3);
- define("PROFILE_TYPE_UNCNOWN", 0);
+ define("PROFILE_TYPE_UNKNOWN", 0);
define("PROFILE_TYPE_ARRAY", 1);
define("PROFILE_TYPE_INT", 2);
define("PROFILE_TYPE_STR", 3);