Andrey Gusev : user32/tests: Fix a typo in ok() message.

Alexandre Julliard julliard at wine.codeweavers.com
Mon May 2 09:52:30 CDT 2016


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

Author: Andrey Gusev <andrey.goosev at gmail.com>
Date:   Sun May  1 11:25:14 2016 +0300

user32/tests: Fix a typo in ok() message.

Signed-off-by: Andrey Gusev <andrey.goosev at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/user32/tests/winstation.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/user32/tests/winstation.c b/dlls/user32/tests/winstation.c
index 94be4c9..6bebfe9 100644
--- a/dlls/user32/tests/winstation.c
+++ b/dlls/user32/tests/winstation.c
@@ -284,7 +284,7 @@ static void test_handles(void)
 
     SetLastError( 0xdeadbeef );
     d2 = OpenDesktopA( "", 0, TRUE, DESKTOP_ALL_ACCESS );
-    ok( !d2, "open mepty desktop succeeded\n" );
+    ok( !d2, "open empty desktop succeeded\n" );
     ok( GetLastError() == ERROR_INVALID_HANDLE, "wrong error %u\n", GetLastError() );
 
     SetLastError( 0xdeadbeef );




More information about the wine-cvs mailing list