user32: fix a comment

Austin English austinenglish at gmail.com
Thu May 29 18:16:07 CDT 2014


-- 
-Austin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20140529/47b37a78/attachment.html>
-------------- next part --------------
diff --git a/dlls/user32/tests/winstation.c b/dlls/user32/tests/winstation.c
index 7f91b8b..0889dac 100644
--- a/dlls/user32/tests/winstation.c
+++ b/dlls/user32/tests/winstation.c
@@ -519,7 +519,7 @@ static void test_inputdesktop(void)
     ret = CloseDesktop(input_desk);
     ok(ret, "CloseDesktop failed!\n");
 
-    /* by default, GetThreadDesktop is the input desktop, SendInput should success. */
+    /* by default, GetThreadDesktop is the input desktop, SendInput should succeed. */
     old_thread_desk = GetThreadDesktop(GetCurrentThreadId());
     ok(old_thread_desk != NULL, "GetThreadDesktop faile!\n");
     memset(name, 0, sizeof(name));


More information about the wine-patches mailing list