[pkg-wine-party] [wine] 99/220: user32: Fix a comment.

Michael Gilbert mgilbert at moszumanska.debian.org
Sun Jun 15 00:53:40 UTC 2014


This is an automated email from the git hooks/post-receive script.

mgilbert pushed a commit to branch master
in repository wine.

commit 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));

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wine/wine.git



More information about the pkg-wine-party mailing list