mirror of
https://github.com/reactos/wine.git
synced 2025-01-19 10:13:01 +00:00
ntdll/tests: A spelling fix in an ok() message.
Signed-off-by: Francois Gouget <fgouget@free.fr> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
d489a6db65
commit
5a2aa5e1d9
@ -4408,7 +4408,7 @@ static void test_ioctl(void)
|
||||
NTSTATUS status;
|
||||
|
||||
file = create_temp_file(FILE_FLAG_OVERLAPPED);
|
||||
ok(file != INVALID_HANDLE_VALUE, "coult not create temp file\n");
|
||||
ok(file != INVALID_HANDLE_VALUE, "could not create temp file\n");
|
||||
|
||||
SetEvent(event);
|
||||
status = pNtFsControlFile(file, event, NULL, NULL, &iosb, 0xdeadbeef, 0, 0, 0, 0);
|
||||
|
Loading…
x
Reference in New Issue
Block a user