Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
7857cf3d
Commit
7857cf3d
authored
Jun 13, 2008
by
Francois Gouget
Committed by
Alexandre Julliard
Jun 18, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
A couple of spelling fixes.
parent
71c49aac
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
listview.c
dlls/comctl32/tests/listview.c
+1
-1
wksta.c
dlls/netapi32/tests/wksta.c
+1
-1
No files found.
dlls/comctl32/tests/listview.c
View file @
7857cf3d
...
...
@@ -1176,7 +1176,7 @@ static void test_multiselect(void)
selected_count
=
(
int
)
SendMessage
(
hwnd
,
LVM_GETSELECTEDCOUNT
,
0
,
0
);
ok
(
selected_count
==
1
,
"There should be only one selected item at the begining (is %d)
\n
"
,
selected_count
);
ok
(
selected_count
==
1
,
"There should be only one selected item at the begin
n
ing (is %d)
\n
"
,
selected_count
);
/* Set SHIFT key pressed */
GetKeyboardState
(
kstate
);
...
...
dlls/netapi32/tests/wksta.c
View file @
7857cf3d
...
...
@@ -83,7 +83,7 @@ static void run_wkstausergetinfo_tests(void)
"NetWkstaUserGetInfo is unsuccessful
\n
"
);
ok
(
ui0
!=
NULL
,
"ui0 is NULL
\n
"
);
/* This failure occured when I ran sshd as service and didn't authenticate
/* This failure occur
r
ed when I ran sshd as service and didn't authenticate
* Since the test dereferences ui0, the rest of this test is worthless
*/
if
(
!
ui0
)
...
...
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