include: Fix a typo in IHTMLSelection interface

Andrey Gusev andrey.goosev at gmail.com
Thu May 26 15:29:28 CDT 2016


-------------- next part --------------
From f7d8d089237dc6e2808b0a512da69b9508d89d78 Mon Sep 17 00:00:00 2001
Message-Id: <f7d8d089237dc6e2808b0a512da69b9508d89d78.1464294526.git.andrey.goosev at gmail.com>
From: Andrey Gusev <andrey.goosev at gmail.com>
Date: Thu, 26 May 2016 23:28:24 +0300
Subject: [PATCH] include: Fix a typo in IHTMLSelection interface

Signed-off-by: Andrey Gusev <andrey.goosev at gmail.com>
---
 include/mshtml.idl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/mshtml.idl b/include/mshtml.idl
index 1ea4b5b..8284b25 100644
--- a/include/mshtml.idl
+++ b/include/mshtml.idl
@@ -9772,7 +9772,7 @@ interface IHTMLSelection : IDispatch
     [id(DISPID_IHTMLSELECTION_COLLAPSE)]
     HRESULT collapse(
         [in] IDispatch *parentNode,
-        [in] long offfset);
+        [in] long offset);
 
     [id(DISPID_IHTMLSELECTION_COLLAPSETOSTART)]
     HRESULT collapseToStart();
-- 
2.5.5



More information about the wine-patches mailing list