diff --git a/common.php b/common.php index 241b2231..ba54fae4 100644 --- a/common.php +++ b/common.php @@ -64,9 +64,9 @@ spl_autoload_register('postfixadmin_autoload'); //***** if(!is_file("$incpath/smarty.inc.php")) { - die("smarty.inc.php is missing! Sonething is wrong..."); + die("smarty.inc.php is missing! Something is wrong..."); } require_once ("$incpath/smarty.inc.php"); //***** /* vim: set expandtab softtabstop=4 tabstop=4 shiftwidth=4: */ -?> \ No newline at end of file +?>