mshtml: Fix the spelling of some comments.

Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Francois Gouget 2019-09-30 01:39:00 +02:00 committed by Alexandre Julliard
parent 34acb56074
commit badcda7887
3 changed files with 3 additions and 3 deletions

View file

@ -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);

View file

@ -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;
}

View file

@ -5133,7 +5133,7 @@ static HRESULT WINAPI ServiceProvider_QueryService(IServiceProvider *iface, REFG
* STopLevelBrowser
* IHTMLWindow2
* IInternetProtocol
* UrlHostory
* UrlHistory
* IHTMLEditHost
* IHlinkFrame
*/