mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
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:
parent
34acb56074
commit
badcda7887
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue