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;