From ee4590eedb2dc03a5fa70975ea893f42172944b3 Mon Sep 17 00:00:00 2001 From: osmiy Date: Tue, 6 Mar 2007 14:17:39 +0000 Subject: renamed 'uncnown' to 'unknown' git-svn-id: svn://svn.zabbix.com/trunk@3873 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/include/db.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontends/php/include/db.inc.php') diff --git a/frontends/php/include/db.inc.php b/frontends/php/include/db.inc.php index db627bec..9f3619f7 100644 --- a/frontends/php/include/db.inc.php +++ b/frontends/php/include/db.inc.php @@ -31,7 +31,7 @@ if(!isset($DB_TYPE)) { - $error = "Uncnown database type."; + $error = "Unknown database type."; $result = false; } else -- cgit