Francois Gouget : msctf: Spelling fix.

Alexandre Julliard julliard at winehq.org
Mon Jun 13 11:11:30 CDT 2016


Module: wine
Branch: master
Commit: 7fabedfadfcfb6fcc95c5dbbae79fc7b844e6b00
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=7fabedfadfcfb6fcc95c5dbbae79fc7b844e6b00

Author: Francois Gouget <fgouget at free.fr>
Date:   Sat Jun 11 13:53:21 2016 +0200

msctf: Spelling fix.

Signed-off-by: Francois Gouget <fgouget at free.fr>
Signed-off-by: Aric Stewart <aric at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at 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;
         }
     }




More information about the wine-cvs mailing list