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:
Francois Gouget 2017-03-12 20:46:28 +01:00 committed by Alexandre Julliard
parent d489a6db65
commit 5a2aa5e1d9

View file

@ -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);