From 72295027383fbe635b62626d722cd4195a87ec78 Mon Sep 17 00:00:00 2001 From: Norman Messtorff Date: Fri, 6 Nov 2009 19:23:07 +0000 Subject: [PATCH] Small typo fixed... git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@761 a1433add-5e2c-0410-b055-b7f2511e0802 --- common.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +?>