Commit badcda78 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

mshtml: Fix the spelling of some comments.

parent 34acb560
......@@ -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);
......
......@@ -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;
}
......
......@@ -5133,7 +5133,7 @@ static HRESULT WINAPI ServiceProvider_QueryService(IServiceProvider *iface, REFG
* STopLevelBrowser
* IHTMLWindow2
* IInternetProtocol
* UrlHostory
* UrlHistory
* IHTMLEditHost
* IHlinkFrame
*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment