Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
badcda78
Commit
badcda78
authored
Sep 30, 2019
by
Francois Gouget
Committed by
Alexandre Julliard
Sep 30, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mshtml: Fix the spelling of some comments.
Signed-off-by:
Francois Gouget
<
fgouget@free.fr
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
34acb560
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
nsiface.idl
dlls/mshtml/nsiface.idl
+1
-1
persist.c
dlls/mshtml/persist.c
+1
-1
htmldoc.c
dlls/mshtml/tests/htmldoc.c
+1
-1
No files found.
dlls/mshtml/nsiface.idl
View file @
badcda78
...
...
@@ -2989,7 +2989,7 @@ interface nsIDOMEvent : nsISupports
nsresult
DuplicatePrivateData
()
;
nsresult
SetTarget
(
nsIDOMEventTarget
*
aTarget
)
;
bool
IsDispatchStopped
()
;
/*
Widge
d
Event
*/
void
*
WidgetEventPtr
()
;
/*
Widge
t
Event
*/
void
*
WidgetEventPtr
()
;
void
SetTrusted
(
bool
aTrusted
)
;
void
Serialize
(
/*
IPC
::
Message
*/
void
*
aMsg
,
bool
aSerializeInterfaceType
)
;
bool
Deserialize
(
const
/*
IPC
::
Message
*/
void
*
aMsg
,
void
**
aIter
)
;
...
...
dlls/mshtml/persist.c
View file @
badcda78
...
...
@@ -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
(
"GetDi
a
playName failed: %08x
\n
"
,
hres
);
WARN
(
"GetDi
s
playName failed: %08x
\n
"
,
hres
);
return
hres
;
}
...
...
dlls/mshtml/tests/htmldoc.c
View file @
badcda78
...
...
@@ -5133,7 +5133,7 @@ static HRESULT WINAPI ServiceProvider_QueryService(IServiceProvider *iface, REFG
* STopLevelBrowser
* IHTMLWindow2
* IInternetProtocol
* UrlH
o
story
* UrlH
i
story
* IHTMLEditHost
* IHlinkFrame
*/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment