Module: wine Branch: master Commit: 6fe747bbbc66bea5c410bd9e135078ebbc1384f2 URL: http://source.winehq.org/git/wine.git/?a=commit;h=6fe747bbbc66bea5c410bd9e13...
Author: Francois Gouget fgouget@free.fr Date: Sun May 15 15:36:03 2016 +0200
user32/tests: Fix a spelling error in a scroll comment.
Signed-off-by: Francois Gouget fgouget@free.fr Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/user32/tests/scroll.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dlls/user32/tests/scroll.c b/dlls/user32/tests/scroll.c index 1c454fb..7691af3 100644 --- a/dlls/user32/tests/scroll.c +++ b/dlls/user32/tests/scroll.c @@ -114,7 +114,7 @@ static void test_EnableScrollBar(void) ok( ret, "The scrollbar should be enabled.\n" ); ok( IsWindowEnabled( hScroll ), "The scrollbar window should be enabled.\n" );
- /* disable window, try to reenable */ + /* disable window, try to re-enable */ ret = EnableWindow( hScroll, FALSE ); ok( !ret, "got %d\n", ret ); ok( !IsWindowEnabled( hScroll ), "The scrollbar window should be disabled.\n" );