Commit 5a2aa5e1 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

ntdll/tests: A spelling fix in an ok() message.

parent d489a6db
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment