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

Alexandre Julliard julliard at winehq.org
Mon Mar 13 15:40:32 CDT 2017


Module: wine
Branch: master
Commit: 5a2aa5e1d91b1053e5ac5c29e6ea98851bf6f4a9
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=5a2aa5e1d91b1053e5ac5c29e6ea98851bf6f4a9

Author: Francois Gouget <fgouget at 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 at free.fr>
Signed-off-by: Alexandre Julliard <julliard at 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);




More information about the wine-cvs mailing list