From 24f52026ef85b743e2aa6fcb9502430a511078d7 Mon Sep 17 00:00:00 2001
From: hunterfontenot <hunterfontenot@hunters-mbp.enhancesoft.com>
Date: Mon, 6 Jun 2016 14:13:24 -0500
Subject: [PATCH] Fixed spelling error

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

diff --git a/setup/inc/file-unclean.inc.php b/setup/inc/file-unclean.inc.php
index d84fdefd1..d9992f7f8 100644
--- a/setup/inc/file-unclean.inc.php
+++ b/setup/inc/file-unclean.inc.php
@@ -4,7 +4,7 @@ if(!defined('SETUPINC')) die('Kwaheri!');
     <div id="main">
             <h1 style="color:#FF7700;"><?php echo __('osTicket is already installed?');?></h1>
             <div id="intro">
-             <p><?php echo sprintf(__('Configuration file already changed - which could mean osTicket is already installed or the config file is currupted. If you are trying to upgrade osTicket, then go to %s Admin Panel %s.'), '<a href="../scp/admin.php" >', '</a>');?></p>
+             <p><?php echo sprintf(__('Configuration file already changed - which could mean osTicket is already installed or the config file is corrupted. If you are trying to upgrade osTicket, then go to %s Admin Panel %s.'), '<a href="../scp/admin.php" >', '</a>');?></p>
 
              <p><?php echo __('If you believe this is in error, please try replacing the config file with a unchanged template copy and try again or get technical help.');?></p>
              <p><?php echo sprintf(__('Refer to the %s Installation Guide %s on the wiki for more information.'), '<a target="_blank" href="http://osticket.com/wiki/Installation">', '</a>');?></p>
-- 
GitLab