Francois Gouget : mshtml: Fix the spelling of a parameter name.

Alexandre Julliard julliard at winehq.org
Mon Jun 29 14:59:22 CDT 2020


Module: wine
Branch: master
Commit: 6d8164631752774eee1d2f5874f8ed71802cb787
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=6d8164631752774eee1d2f5874f8ed71802cb787

Author: Francois Gouget <fgouget at free.fr>
Date:   Mon Jun 29 17:49:24 2020 +0200

mshtml: Fix the spelling of a parameter name.

Signed-off-by: Francois Gouget <fgouget at free.fr>
Signed-off-by: Jacek Caban <jacek at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 include/mshtml.idl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/mshtml.idl b/include/mshtml.idl
index e202dfff1a..ba7ef0db16 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(




More information about the wine-cvs mailing list