diff --git a/dlls/msctf/msctf.c b/dlls/msctf/msctf.c index a47f16c023d..1982e2cafcd 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; } }