diff --git a/dlls/msctf/msctf.c b/dlls/msctf/msctf.c
index a47f16c023df969751d87827fa10a20a6557aab4..1982e2cafcd43210dd5057f658ef2c7717531cae 100644
--- a/dlls/msctf/msctf.c
+++ b/dlls/msctf/msctf.c
@@ -388,7 +388,7 @@ static void deactivate_remove_conflicting_ts(REFCLSID catid)
             list_remove(&ats->entry);
             HeapFree(GetProcessHeap(),0,ats->ats);
             HeapFree(GetProcessHeap(),0,ats);
-            /* we are guarenteeing there is only 1 */
+            /* we are guaranteeing there is only 1 */
             break;
         }
     }