Assorted spelling fixes

Francois Gouget fgouget at free.fr
Tue Jan 4 07:13:35 CST 2005


Changelog:

  * dlls/comctl32/commctrl.c
    dlls/comctl32/treeview.c
    dlls/dinput/mouse.c
    dlls/winmm/wineoss/midi.c

    Assorted spelling fixes.


-- 
Francois Gouget         fgouget at free.fr        http://fgouget.free.fr/
  "Only wimps use tape backup: _real_ men just upload their important stuff on
        ftp, and let the rest of the world mirror it ;)" -- Linus Torvalds
-------------- next part --------------
Index: dlls/comctl32/commctrl.c
===================================================================
RCS file: /var/cvs/wine/dlls/comctl32/commctrl.c,v
retrieving revision 1.89
diff -u -r1.89 commctrl.c
--- dlls/comctl32/commctrl.c	6 Dec 2004 16:15:38 -0000	1.89
+++ dlls/comctl32/commctrl.c	26 Dec 2004 17:51:24 -0000
@@ -336,7 +336,7 @@
  *     Handle to the window that contains the menu and controls.
  *
  *     uFlags
- *     Identifier of the menu item to receive or loose a check mark.
+ *     Identifier of the menu item to receive or lose a check mark.
  *
  *     lpInfo
  *     The array of integers contains pairs of values. BOTH values of
Index: dlls/comctl32/treeview.c
===================================================================
RCS file: /var/cvs/wine/dlls/comctl32/treeview.c,v
retrieving revision 1.159
diff -u -r1.159 treeview.c
--- dlls/comctl32/treeview.c	17 Dec 2004 18:52:04 -0000	1.159
+++ dlls/comctl32/treeview.c	26 Dec 2004 17:52:15 -0000
@@ -3195,7 +3195,7 @@
     TREEVIEW_UpdateScrollBars(infoPtr);
 
     /* Scroll up so that as many children as possible are visible.
-     * This looses when expanding causes an HScroll bar to appear, but we
+     * This fails when expanding causes an HScroll bar to appear, but we
      * don't know that yet, so the last item is obscured. */
     if (wineItem->firstChild != NULL)
     {
Index: dlls/dinput/mouse.c
===================================================================
RCS file: /var/cvs/wine/dlls/dinput/mouse.c,v
retrieving revision 1.15
diff -u -r1.15 mouse.c
--- dlls/dinput/mouse.c	27 Dec 2004 16:55:41 -0000	1.15
+++ dlls/dinput/mouse.c	31 Dec 2004 18:38:01 -0000
@@ -432,7 +432,7 @@
     /* Only allow mouse events every 10 ms.
      * This is to allow the cursor to start acceleration before
      * the warps happen. But if it involves a mouse button event we
-     * allow it since we don't want to loose the clicks.
+     * allow it since we don't want to lose the clicks.
      */
     if (((GetCurrentTime() - last_event) < 10)
         && wparam == WM_MOUSEMOVE)
Index: dlls/winmm/wineoss/midi.c
===================================================================
RCS file: /var/cvs/wine/dlls/winmm/wineoss/midi.c,v
retrieving revision 1.41
diff -u -r1.41 midi.c
--- dlls/winmm/wineoss/midi.c	23 Dec 2004 20:31:56 -0000	1.41
+++ dlls/winmm/wineoss/midi.c	26 Dec 2004 17:50:49 -0000
@@ -272,7 +272,7 @@
         goto wrapup;
     }
 
-    /* FIXME: the two restrictions below could be loosen in some cases */
+    /* FIXME: the two restrictions below could be loosened in some cases */
     if (numsynthdevs + nummididevs > MAX_MIDIOUTDRV) {
 	ERR("MAX_MIDIOUTDRV was not enough for the number of devices. "
 	    "Some MIDI devices will not be available.\n");


More information about the wine-patches mailing list