summaryrefslogtreecommitdiffstats
path: root/frontends/php/include/classes
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/classes
parentb732e186700a82ef7355ddebeb9e59bfdeb79fdc (diff)
downloadzabbix-ee4590eedb2dc03a5fa70975ea893f42172944b3.tar.gz
zabbix-ee4590eedb2dc03a5fa70975ea893f42172944b3.tar.xz
zabbix-ee4590eedb2dc03a5fa70975ea893f42172944b3.zip
renamed 'uncnown' to 'unknown'
git-svn-id: svn://svn.zabbix.com/trunk@3873 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/classes')
-rw-r--r--frontends/php/include/classes/ctriggerinfo.mod.php2
-rw-r--r--frontends/php/include/classes/graph.inc.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/frontends/php/include/classes/ctriggerinfo.mod.php b/frontends/php/include/classes/ctriggerinfo.mod.php
index 6616b728..89481990 100644
--- a/frontends/php/include/classes/ctriggerinfo.mod.php
+++ b/frontends/php/include/classes/ctriggerinfo.mod.php
@@ -103,7 +103,7 @@
}
$trok = new CCol($ok.SPACE.S_OK, "normal");
- $uncn = new CCol($uncn.SPACE.S_NOT_CLASSIFIED,"uncnown");
+ $uncn = new CCol($uncn.SPACE.S_NOT_CLASSIFIED,"unknown");
$info = new CCol($info.SPACE.S_INFORMATION, "information");
$warn = new CCol($warn.SPACE.S_WARNING, "warning");
$avg = new CCol($avg.SPACE.S_AVERAGE, "average");
diff --git a/frontends/php/include/classes/graph.inc.php b/frontends/php/include/classes/graph.inc.php
index 88a54a7f..845be289 100644
--- a/frontends/php/include/classes/graph.inc.php
+++ b/frontends/php/include/classes/graph.inc.php
@@ -211,7 +211,7 @@
"Priority" => array(100,100,100),
"Not Work Period" => array(230,230,230),
- "UncnownData" => array(130,130,130, 50)
+ "UnknownData" => array(130,130,130, 50)
);
// I should rename No Alpha to Alpha at some point to get rid of some confusion