diff options
| author | osmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2007-03-06 14:17:39 +0000 |
|---|---|---|
| committer | osmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2007-03-06 14:17:39 +0000 |
| commit | ee4590eedb2dc03a5fa70975ea893f42172944b3 (patch) | |
| tree | 17314eca1219b64e97060241996b0202cb76a39d /frontends/php/include/actions.inc.php | |
| parent | b732e186700a82ef7355ddebeb9e59bfdeb79fdc (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/actions.inc.php')
| -rw-r--r-- | frontends/php/include/actions.inc.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/frontends/php/include/actions.inc.php b/frontends/php/include/actions.inc.php index 41d80ce2..7e5b70f4 100644 --- a/frontends/php/include/actions.inc.php +++ b/frontends/php/include/actions.inc.php @@ -264,7 +264,7 @@ { // group if(!DBfetch(DBselect("select groupid from groups where name=".zbx_dbstr($cmd_items[1])))) { - error("Uncnown group name: '".$cmd_items[1]."' in command ".$cmd."'"); + error("Unknown group name: '".$cmd_items[1]."' in command ".$cmd."'"); return FALSE; } } @@ -272,7 +272,7 @@ { // host if(!DBfetch(DBselect("select hostid from hosts where host=".zbx_dbstr($cmd_items[1])))) { - error("Uncnown host name '".$cmd_items[1]."' in command '".$cmd."'"); + error("Unknown host name '".$cmd_items[1]."' in command '".$cmd."'"); return FALSE; } } |
