Austin English : user32: Fix a comment.

Alexandre Julliard julliard at winehq.org
Wed Jun 11 13:36:22 CDT 2014


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

Author: Austin English <austinenglish at gmail.com>
Date:   Thu May 29 16:16:07 2014 -0700

user32: Fix a comment.

---

 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 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-cvs mailing list