diff options
Diffstat (limited to 'frontends/php/include/db.inc.php')
| -rw-r--r-- | frontends/php/include/db.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
