Module: wine Branch: master Commit: 7fabedfadfcfb6fcc95c5dbbae79fc7b844e6b00 URL: http://source.winehq.org/git/wine.git/?a=commit;h=7fabedfadfcfb6fcc95c5dbbae...
Author: Francois Gouget fgouget@free.fr Date: Sat Jun 11 13:53:21 2016 +0200
msctf: Spelling fix.
Signed-off-by: Francois Gouget fgouget@free.fr Signed-off-by: Aric Stewart aric@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
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; } }