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

This commit is contained in:
Dylan Smith 2008-11-15 22:06:56 -05:00 committed by Alexandre Julliard
parent ea9f343c33
commit 5a30418a81

View file

@ -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;