mirror of
https://github.com/reactos/wine.git
synced 2025-02-12 07:32:23 +00:00
A couple of spelling fixes.
This commit is contained in:
parent
71c49aac58
commit
7857cf3dc7
@ -1176,7 +1176,7 @@ static void test_multiselect(void)
|
|||||||
|
|
||||||
selected_count = (int)SendMessage(hwnd, LVM_GETSELECTEDCOUNT, 0, 0);
|
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 beginning (is %d)\n",selected_count);
|
||||||
|
|
||||||
/* Set SHIFT key pressed */
|
/* Set SHIFT key pressed */
|
||||||
GetKeyboardState(kstate);
|
GetKeyboardState(kstate);
|
||||||
|
@ -83,7 +83,7 @@ static void run_wkstausergetinfo_tests(void)
|
|||||||
"NetWkstaUserGetInfo is unsuccessful\n");
|
"NetWkstaUserGetInfo is unsuccessful\n");
|
||||||
|
|
||||||
ok(ui0 != NULL, "ui0 is NULL\n");
|
ok(ui0 != NULL, "ui0 is NULL\n");
|
||||||
/* This failure occured when I ran sshd as service and didn't authenticate
|
/* This failure occurred when I ran sshd as service and didn't authenticate
|
||||||
* Since the test dereferences ui0, the rest of this test is worthless
|
* Since the test dereferences ui0, the rest of this test is worthless
|
||||||
*/
|
*/
|
||||||
if (!ui0)
|
if (!ui0)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user