Francois Gouget : mshtml: Fix the spelling of a parameter name.
Module: wine Branch: master Commit: 6d8164631752774eee1d2f5874f8ed71802cb787 URL: https://source.winehq.org/git/wine.git/?a=commit;h=6d8164631752774eee1d2f587... Author: Francois Gouget <fgouget(a)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(a)free.fr> Signed-off-by: Jacek Caban <jacek(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)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(
participants (1)
-
Alexandre Julliard