user32/tests: Fix a spelling error in a scroll comment.

Francois Gouget fgouget at free.fr
Sun May 15 08:36:03 CDT 2016


Signed-off-by: Francois Gouget <fgouget at free.fr>
---

>From Lintian's list of common spelling mistakes.

 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" );
-- 
2.8.1




More information about the wine-patches mailing list