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
4faf8028
Commit
4faf8028
authored
Jul 25, 2010
by
Harry Jeffery
Committed by
Alexandre Julliard
Jul 26, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed various spelling mistakes.
parent
36d58564
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
7 additions
and
7 deletions
+7
-7
lsa.c
dlls/advapi32/tests/lsa.c
+1
-1
graphicspath.c
dlls/gdiplus/graphicspath.c
+1
-1
index.c
dlls/hhctrl.ocx/index.c
+1
-1
path.c
dlls/kernel32/path.c
+1
-1
context.c
dlls/msctf/context.c
+1
-1
avisplit.c
dlls/quartz/avisplit.c
+1
-1
xinput.h
include/xinput.h
+1
-1
No files found.
dlls/advapi32/tests/lsa.c
View file @
4faf8028
...
...
@@ -249,7 +249,7 @@ static void test_LsaLookupNames2(void)
if
(
!
pLsaLookupNames2
)
{
win_skip
(
"LsaLookupNames2 not ava
li
able
\n
"
);
win_skip
(
"LsaLookupNames2 not ava
il
able
\n
"
);
return
;
}
...
...
dlls/gdiplus/graphicspath.c
View file @
4faf8028
...
...
@@ -364,7 +364,7 @@ GpStatus WINGDIPAPI GdipAddPathClosedCurve2(GpPath *path, GDIPCONST GpPointF *po
}
/* points [len_pt-2] and [0] are calculated
separ
e
tely to connect splines properly */
separ
a
tely to connect splines properly */
pts
[
0
]
=
points
[
count
-
1
];
pts
[
1
]
=
points
[
0
];
/* equals to start and end of a resulting path */
pts
[
2
]
=
points
[
1
];
...
...
dlls/hhctrl.ocx/index.c
View file @
4faf8028
...
...
@@ -89,7 +89,7 @@ static void parse_index_obj_node_param(IndexItem *item, const char *text)
}
else
if
(
!
item
->
keyword
&&
!
strncasecmp
(
"name"
,
ptr
,
len
))
{
/* Some HTML Help index files use an additional "name" parameter
* rather than the "keyword" parameter. In this case, the first
* occur
a
nce of the "name" parameter is the keyword.
* occur
re
nce of the "name" parameter is the keyword.
*/
param
=
&
item
->
keyword
;
}
else
if
(
!
strncasecmp
(
"name"
,
ptr
,
len
))
{
...
...
dlls/kernel32/path.c
View file @
4faf8028
...
...
@@ -162,7 +162,7 @@ static BOOL add_boot_rename_entry( LPCWSTR source, LPCWSTR dest, DWORD flags )
if
(
NtCreateKey
(
&
Reboot
,
KEY_ALL_ACCESS
,
&
attr
,
0
,
NULL
,
0
,
NULL
)
!=
STATUS_SUCCESS
)
{
WARN
(
"Error creating key for reboot managment [%s]
\n
"
,
WARN
(
"Error creating key for reboot manag
e
ment [%s]
\n
"
,
"SYSTEM
\\
CurrentControlSet
\\
Control
\\
Session Manager"
);
RtlFreeUnicodeString
(
&
source_name
);
RtlFreeUnicodeString
(
&
dest_name
);
...
...
dlls/msctf/context.c
View file @
4faf8028
...
...
@@ -262,7 +262,7 @@ static HRESULT WINAPI Context_RequestEditSession (ITfContext *iface,
if
(
!
This
->
pITextStoreACP
)
{
FIXME
(
"No ITextStoreACP ava
li
able
\n
"
);
FIXME
(
"No ITextStoreACP ava
il
able
\n
"
);
*
phrSession
=
E_FAIL
;
return
E_FAIL
;
}
...
...
dlls/quartz/avisplit.c
View file @
4faf8028
...
...
@@ -899,7 +899,7 @@ static HRESULT AVISplitter_InitializeStreams(AVISplitterImpl *This)
nMax
=
This
->
oldindex
->
cb
/
sizeof
(
This
->
oldindex
->
aIndex
[
0
]);
/* Ok, maybe this is more of an ex
c
ercise to see if I interpret everything correctly or not, but that is useful for now. */
/* Ok, maybe this is more of an exercise to see if I interpret everything correctly or not, but that is useful for now. */
for
(
n
=
0
;
n
<
nMax
;
++
n
)
{
DWORD
streamId
=
StreamFromFOURCC
(
This
->
oldindex
->
aIndex
[
n
].
dwChunkId
);
...
...
include/xinput.h
View file @
4faf8028
...
...
@@ -105,7 +105,7 @@
/*
* Defines what type of abilities the type of joystick has
* DEVTYPE_GAMEPAD is ava
li
able for all joysticks, however
* DEVTYPE_GAMEPAD is ava
il
able for all joysticks, however
* there may be more specfic identifiers for other joysticks
* which are being used.
*/
...
...
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