Dylan Smith : include: Fixed a typo for ITextHost:: TxSetCaretPos declaration.

Alexandre Julliard julliard at winehq.org
Mon Nov 17 09:14:11 CST 2008


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

Author: Dylan Smith <dylan.ah.smith at gmail.com>
Date:   Sat Nov 15 22:06:56 2008 -0500

include: Fixed a typo for ITextHost::TxSetCaretPos declaration.

---

 include/textserv.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/textserv.h b/include/textserv.h
index 1c262ac..977b742 100644
--- a/include/textserv.h
+++ b/include/textserv.h
@@ -252,7 +252,7 @@ DECLARE_INTERFACE_(ITextHost,IUnknown)
     STDMETHOD_(BOOL,TxShowCaret)( THIS_
         BOOL fShow) PURE;
 
-    STDMETHOD_(BOOL,TxSetCarentPos)( THIS_
+    STDMETHOD_(BOOL,TxSetCaretPos)( THIS_
         INT x,
         INT y) PURE;
 




More information about the wine-cvs mailing list