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 ...@@ -2989,7 +2989,7 @@ interface nsIDOMEvent : nsISupports
nsresult DuplicatePrivateData(); nsresult DuplicatePrivateData();
nsresult SetTarget(nsIDOMEventTarget *aTarget); nsresult SetTarget(nsIDOMEventTarget *aTarget);
bool IsDispatchStopped(); bool IsDispatchStopped();
/*WidgedEvent*/ void *WidgetEventPtr(); /*WidgetEvent*/ void *WidgetEventPtr();
void SetTrusted(bool aTrusted); void SetTrusted(bool aTrusted);
void Serialize(/*IPC::Message*/ void *aMsg, bool aSerializeInterfaceType); void Serialize(/*IPC::Message*/ void *aMsg, bool aSerializeInterfaceType);
bool Deserialize(const /*IPC::Message*/ void *aMsg, void **aIter); bool Deserialize(const /*IPC::Message*/ void *aMsg, void **aIter);
......
...@@ -354,7 +354,7 @@ HRESULT set_moniker(HTMLOuterWindow *window, IMoniker *mon, IUri *nav_uri, IBind ...@@ -354,7 +354,7 @@ HRESULT set_moniker(HTMLOuterWindow *window, IMoniker *mon, IUri *nav_uri, IBind
hres = IMoniker_GetDisplayName(mon, pibc, NULL, &url); hres = IMoniker_GetDisplayName(mon, pibc, NULL, &url);
if(FAILED(hres)) { if(FAILED(hres)) {
WARN("GetDiaplayName failed: %08x\n", hres); WARN("GetDisplayName failed: %08x\n", hres);
return hres; return hres;
} }
......
...@@ -5133,7 +5133,7 @@ static HRESULT WINAPI ServiceProvider_QueryService(IServiceProvider *iface, REFG ...@@ -5133,7 +5133,7 @@ static HRESULT WINAPI ServiceProvider_QueryService(IServiceProvider *iface, REFG
* STopLevelBrowser * STopLevelBrowser
* IHTMLWindow2 * IHTMLWindow2
* IInternetProtocol * IInternetProtocol
* UrlHostory * UrlHistory
* IHTMLEditHost * IHTMLEditHost
* IHlinkFrame * 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