Module: wine Branch: master Commit: 5a2aa5e1d91b1053e5ac5c29e6ea98851bf6f4a9 URL: http://source.winehq.org/git/wine.git/?a=commit;h=5a2aa5e1d91b1053e5ac5c29e6...
Author: Francois Gouget fgouget@free.fr Date: Sun Mar 12 20:46:28 2017 +0100
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
---
dlls/ntdll/tests/file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dlls/ntdll/tests/file.c b/dlls/ntdll/tests/file.c index 091142a..a228d50 100644 --- a/dlls/ntdll/tests/file.c +++ b/dlls/ntdll/tests/file.c @@ -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);