0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-19 19:22:14 +02:00

Small typo fixed...

git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@761 a1433add-5e2c-0410-b055-b7f2511e0802
This commit is contained in:
Norman Messtorff 2009-11-06 19:23:07 +00:00
parent 0b41887b36
commit 7229502738

View File

@ -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: */
?>
?>