Francois Gouget : A couple of spelling fixes.

Alexandre Julliard julliard at winehq.org
Wed Jun 18 12:59:19 CDT 2008


Module: wine
Branch: master
Commit: 7857cf3dc781faeb5925bf6e18821a74cf960572
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=7857cf3dc781faeb5925bf6e18821a74cf960572

Author: Francois Gouget <fgouget at free.fr>
Date:   Fri Jun 13 19:49:13 2008 +0200

A couple of spelling fixes.

---

 dlls/comctl32/tests/listview.c |    2 +-
 dlls/netapi32/tests/wksta.c    |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/comctl32/tests/listview.c b/dlls/comctl32/tests/listview.c
index b4cad0c..6d66f22 100644
--- a/dlls/comctl32/tests/listview.c
+++ b/dlls/comctl32/tests/listview.c
@@ -1176,7 +1176,7 @@ static void test_multiselect(void)
 
 	selected_count = (int)SendMessage(hwnd, LVM_GETSELECTEDCOUNT, 0, 0);
 
-	ok(selected_count == 1, "There should be only one selected item at the begining (is %d)\n",selected_count);
+	ok(selected_count == 1, "There should be only one selected item at the beginning (is %d)\n",selected_count);
 
 	/* Set SHIFT key pressed */
         GetKeyboardState(kstate);
diff --git a/dlls/netapi32/tests/wksta.c b/dlls/netapi32/tests/wksta.c
index 01d0d6f..b4994f8 100644
--- a/dlls/netapi32/tests/wksta.c
+++ b/dlls/netapi32/tests/wksta.c
@@ -83,7 +83,7 @@ static void run_wkstausergetinfo_tests(void)
        "NetWkstaUserGetInfo is unsuccessful\n");
 
     ok(ui0 != NULL, "ui0 is NULL\n");
-    /* This failure occured when I ran sshd as service and didn't authenticate
+    /* This failure occurred when I ran sshd as service and didn't authenticate
      * Since the test dereferences ui0, the rest of this test is worthless
      */
     if (!ui0)




More information about the wine-cvs mailing list