user32/tests: Fix two typos

André Hentschel nerv at dawncrow.de
Thu Jul 21 13:27:14 CDT 2011


---
 dlls/user32/tests/dialog.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/user32/tests/dialog.c b/dlls/user32/tests/dialog.c
index 5964931..1a1cd75 100644
--- a/dlls/user32/tests/dialog.c
+++ b/dlls/user32/tests/dialog.c
@@ -642,7 +642,7 @@ static void test_WM_NEXTDLGCTL(void)
                         "Button1 style not set to BS_DEFPUSHBUTTON\n" );
 
                 ok ( !((GetWindowLong( g_hwndTestDlgBut2, GWL_STYLE)) & BS_DEFPUSHBUTTON),
-                        "Button2's style not chaged to BS_PUSHBUTTON\n" );
+                        "Button2's style not changed to BS_PUSHBUTTON\n" );
         }
 
         /*
@@ -667,7 +667,7 @@ static void test_WM_NEXTDLGCTL(void)
                         "Button2 style not set to BS_DEFPUSHBUTTON\n" );
 
                 ok ( !((GetWindowLong( g_hwndTestDlgBut1, GWL_STYLE)) & BS_DEFPUSHBUTTON),
-                        "Button1's style not chaged to BS_PUSHBUTTON\n" );
+                        "Button1's style not changed to BS_PUSHBUTTON\n" );
         }
 
         /*
-- 

Best Regards, André Hentschel



More information about the wine-patches mailing list