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

Francois Gouget fgouget at free.fr
Sun Mar 12 14:46:28 CDT 2017


Signed-off-by: Francois Gouget <fgouget at free.fr>
---
 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 091142a1eb3..a228d50ac0b 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);
-- 
2.11.0




More information about the wine-patches mailing list