diff --git a/include/ajax.tasks.php b/include/ajax.tasks.php
index 6c4c159244ab892151e2d385742fce5896dd9485..6fa9e052633b41fae05d27ac3d9caa0b40b4f932 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 0a1162487feece9b9d247574657b2287a75afa24..2fd8e50900a925d6884a7f32de4876bb02689530 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 2565984c8de48839ed60f6230390ad2cf4c19a8e..a58449fac3e6a5a43c243a15f2cdd6c9c9ac2611 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;