From 97511058770b20f43d624437b8fb1110bb1ee0ae Mon Sep 17 00:00:00 2001
From: Peter Rotich <protich@gmail.com>
Date: Mon, 19 Mar 2012 19:35:53 -0400
Subject: [PATCH] spelling fix + remove debug

---
 setup/install.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup/install.php b/setup/install.php
index e98c7aa7b..e7f68e9d5 100644
--- a/setup/install.php
+++ b/setup/install.php
@@ -39,7 +39,7 @@ if($_POST && $_POST['s']) {
             break;
         case 'config':
             if(!$installer->config_exists())
-                $errors['err']='Configuratin file does NOT exist. Follow steps below'.$installer->getConfigFile();
+                $errors['err']='Configuration file does NOT exist. Follow steps below to add one.';
             elseif(!$installer->config_writable())
                 $errors['err']='Write access required to continue';
             else
-- 
GitLab