[PATCH] mshtml: Fix the spelling of a parameter name.

Francois Gouget fgouget at free.fr
Mon Jun 29 10:49:24 CDT 2020


Signed-off-by: Francois Gouget <fgouget at free.fr>
---
 include/mshtml.idl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/mshtml.idl b/include/mshtml.idl
index e202dfff1ae..ba7ef0db165 100644
--- a/include/mshtml.idl
+++ b/include/mshtml.idl
@@ -28242,7 +28242,7 @@ interface IMarkupServices2 : IMarkupServices
         [in] IMarkupPointer *pPointerFinish,
         [in] IMarkupPointer *pPointerTarget,
         [in, out] IMarkupPointer *pPointerStatus,
-        [out] IHTMLElement **ppElemFailBotton,
+        [out] IHTMLElement **ppElemFailBottom,
         [out] IHTMLElement **ppElemFailTop);
 
     HRESULT SaveSegmentsToClipboard(
-- 
2.20.1



More information about the wine-devel mailing list