msctf: Spelling fix.

Francois Gouget fgouget at free.fr
Sat Jun 11 06:53:21 CDT 2016


Signed-off-by: Francois Gouget <fgouget at free.fr>
---
 dlls/msctf/msctf.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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




More information about the wine-patches mailing list