Francois Gouget : mshtml: Fix the spelling of some comments.
Module: wine Branch: master Commit: badcda7887c38da6766e5d67f7c1098405a6ea69 URL: https://source.winehq.org/git/wine.git/?a=commit;h=badcda7887c38da6766e5d67f... Author: Francois Gouget <fgouget(a)free.fr> Date: Mon Sep 30 01:39:00 2019 +0200 mshtml: Fix the spelling of some comments. Signed-off-by: Francois Gouget <fgouget(a)free.fr> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/mshtml/nsiface.idl | 2 +- dlls/mshtml/persist.c | 2 +- dlls/mshtml/tests/htmldoc.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dlls/mshtml/nsiface.idl b/dlls/mshtml/nsiface.idl index 09148aa9d1..6074edebca 100644 --- a/dlls/mshtml/nsiface.idl +++ b/dlls/mshtml/nsiface.idl @@ -2989,7 +2989,7 @@ interface nsIDOMEvent : nsISupports nsresult DuplicatePrivateData(); nsresult SetTarget(nsIDOMEventTarget *aTarget); bool IsDispatchStopped(); - /*WidgedEvent*/ void *WidgetEventPtr(); + /*WidgetEvent*/ void *WidgetEventPtr(); void SetTrusted(bool aTrusted); void Serialize(/*IPC::Message*/ void *aMsg, bool aSerializeInterfaceType); bool Deserialize(const /*IPC::Message*/ void *aMsg, void **aIter); diff --git a/dlls/mshtml/persist.c b/dlls/mshtml/persist.c index e239fb5b16..e87ca47c39 100644 --- a/dlls/mshtml/persist.c +++ b/dlls/mshtml/persist.c @@ -354,7 +354,7 @@ HRESULT set_moniker(HTMLOuterWindow *window, IMoniker *mon, IUri *nav_uri, IBind hres = IMoniker_GetDisplayName(mon, pibc, NULL, &url); if(FAILED(hres)) { - WARN("GetDiaplayName failed: %08x\n", hres); + WARN("GetDisplayName failed: %08x\n", hres); return hres; } diff --git a/dlls/mshtml/tests/htmldoc.c b/dlls/mshtml/tests/htmldoc.c index f8ae785b39..d13381aa0a 100644 --- a/dlls/mshtml/tests/htmldoc.c +++ b/dlls/mshtml/tests/htmldoc.c @@ -5133,7 +5133,7 @@ static HRESULT WINAPI ServiceProvider_QueryService(IServiceProvider *iface, REFG * STopLevelBrowser * IHTMLWindow2 * IInternetProtocol - * UrlHostory + * UrlHistory * IHTMLEditHost * IHlinkFrame */
participants (1)
-
Alexandre Julliard