user32: Fix a comment.

oldstable
Austin English 2014-05-29 16:16:07 -07:00 committed by Alexandre Julliard
parent b89c7c8fc2
commit 2227abbc2c
1 changed files with 1 additions and 1 deletions

View File

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