From a1bae6ece5f418a4fcd53eaaee6b3b3f39d8b373 Mon Sep 17 00:00:00 2001
From: Peter Rotich <peter@osticket.com>
Date: Tue, 1 Mar 2016 07:16:31 +0000
Subject: [PATCH] typo: Spell Transfer correctly

---
 include/ajax.tasks.php   | 2 +-
 include/class.thread.php | 2 +-
 include/class.ticket.php | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/include/ajax.tasks.php b/include/ajax.tasks.php
index 6c4c15924..6fa9e0526 100644
--- a/include/ajax.tasks.php
+++ b/include/ajax.tasks.php
@@ -483,7 +483,7 @@ class TasksAjaxAPI extends AjaxController {
         $info = array(
                 ':title' => sprintf(__('Task #%s: %s'),
                     $task->getNumber(),
-                    __('Tranfer')),
+                    __('Transfer')),
                 ':action' => sprintf('#tasks/%d/transfer',
                     $task->getId())
                 );
diff --git a/include/class.thread.php b/include/class.thread.php
index 0a1162487..2fd8e5090 100644
--- a/include/class.thread.php
+++ b/include/class.thread.php
@@ -1565,7 +1565,7 @@ class ThreadEvent extends VerySimpleModel {
     const OVERDUE   = 'overdue';
     const REOPENED  = 'reopened';
     const STATUS    = 'status';
-    const TRANFERRED = 'transferred';
+    const TRANSFERRED = 'transferred';
     const VIEWED    = 'viewed';
 
     const MODE_STAFF = 1;
diff --git a/include/class.ticket.php b/include/class.ticket.php
index 2565984c8..a58449fac 100644
--- a/include/class.ticket.php
+++ b/include/class.ticket.php
@@ -1978,7 +1978,7 @@ implements RestrictedAccess, Threadable {
         return $save ? $this->save() : true;
     }
 
-    //Dept Tranfer...with alert.. done by staff
+    //Dept Transfer...with alert.. done by staff
     function transfer(TransferForm $form, &$errors, $alert=true) {
         global $thisstaff, $cfg;
 
-- 
GitLab