Assorted spelling fixes

Francois Gouget fgouget at free.fr
Fri Feb 24 09:11:36 CST 2006


Changelog:

  * dlls/user/tests/menu.c
    dlls/winmm/wavemap/wavemap.c
    dlls/winmm/winealsa/midi.c
    programs/winecfg/theme.c
    server/change.c

    Francois Gouget <fgouget at free.fr>
    Assorted spelling fixes.

-- 
Francois Gouget <fgouget at free.fr>              http://fgouget.free.fr/
                RFC 2549: ftp://ftp.isi.edu/in-notes/rfc2549.txt
                 IP over Avian Carriers with Quality of Service
-------------- next part --------------
Index: dlls/user/tests/menu.c
===================================================================
RCS file: /home/wine/wine/dlls/user/tests/menu.c,v
retrieving revision 1.16
diff -u -p -r1.16 menu.c
--- dlls/user/tests/menu.c	20 Feb 2006 11:43:22 -0000	1.16
+++ dlls/user/tests/menu.c	24 Feb 2006 10:57:09 -0000
@@ -60,7 +60,7 @@ static LRESULT WINAPI menu_check_wnd_pro
  /* menu texts with their sizes */
 static struct {
     char *text;
-    SIZE size; /* size of text upto any \t */
+    SIZE size; /* size of text up to any \t */
     SIZE sc_size; /* size of the short-cut */
 } MOD_txtsizes[] = {
         { "Pinot &Noir" },
Index: dlls/winmm/wavemap/wavemap.c
===================================================================
RCS file: /home/wine/wine/dlls/winmm/wavemap/wavemap.c,v
retrieving revision 1.47
diff -u -p -r1.47 wavemap.c
--- dlls/winmm/wavemap/wavemap.c	28 Nov 2005 20:12:34 -0000	1.47
+++ dlls/winmm/wavemap/wavemap.c	24 Feb 2006 10:57:14 -0000
@@ -453,7 +453,7 @@ static	DWORD	wodGetPosition(WAVEMAPDATA*
             DWORD remainder = 0;
 
             /* If we are up sampling (going from lower sample rate to higher),
-            **   we need to make a special accomodation for times when we've
+            **   we need to make a special accommodation for times when we've
             **   written a partial output sample.  This happens frequently
             **   to us because we use msacm to do our up sampling, and it
             **   will up sample on an unaligned basis.
@@ -1007,7 +1007,7 @@ static	DWORD	widGetPosition(WAVEMAPDATA*
             DWORD remainder = 0;
 
             /* If we are up sampling (going from lower sample rate to higher),
-            **   we need to make a special accomodation for times when we've
+            **   we need to make a special accommodation for times when we've
             **   written a partial output sample.  This happens frequently
             **   to us because we use msacm to do our up sampling, and it
             **   will up sample on an unaligned basis.
Index: dlls/winmm/winealsa/midi.c
===================================================================
RCS file: /home/wine/wine/dlls/winmm/winealsa/midi.c,v
retrieving revision 1.20
diff -u -p -r1.20 midi.c
--- dlls/winmm/winealsa/midi.c	9 Sep 2005 10:19:44 -0000	1.20
+++ dlls/winmm/winealsa/midi.c	24 Feb 2006 10:57:14 -0000
@@ -945,7 +945,7 @@ static DWORD modLongData(WORD wDevID, LP
      * If the latest is true, then the following WARNing will fire up
      */
     if (lpData[0] != 0xF0 || lpData[lpMidiHdr->dwBufferLength - 1] != 0xF7) {
-	WARN("Alledged system exclusive buffer is not correct\n\tPlease report with MIDI file\n");
+	WARN("Alleged system exclusive buffer is not correct\n\tPlease report with MIDI file\n");
 	lpNewData = HeapAlloc(GetProcessHeap(), 0, lpMidiHdr->dwBufferLength + 2);
     }
 
Index: programs/winecfg/theme.c
===================================================================
RCS file: /home/wine/wine/programs/winecfg/theme.c,v
retrieving revision 1.6
diff -u -p -r1.6 theme.c
--- programs/winecfg/theme.c	14 Feb 2006 13:35:53 -0000	1.6
+++ programs/winecfg/theme.c	24 Feb 2006 10:57:23 -0000
@@ -767,7 +767,7 @@ static void apply_shell_folder_changes()
     HRESULT hr;
 
     for (i=0; i<NUM_ELEMS(asfiInfo); i++) {
-        /* Ignore non existent link targets */
+        /* Ignore nonexistent link targets */
         if (asfiInfo[i].szLinkTarget[0] && stat(asfiInfo[i].szLinkTarget, &statPath))
             continue;
         
Index: server/change.c
===================================================================
RCS file: /home/wine/wine/server/change.c,v
retrieving revision 1.41
diff -u -p -r1.41 change.c
--- server/change.c	23 Feb 2006 11:56:46 -0000	1.41
+++ server/change.c	24 Feb 2006 10:57:23 -0000
@@ -777,9 +777,9 @@ static void inotify_notify_all( struct i
         action = FILE_ACTION_MODIFIED;
 
     /*
-     * Work our way up the inode heirachy
+     * Work our way up the inode hierarchy
      *  extending the relative path as we go
-     *  and notifyiny all recursive watches.
+     *  and notifying all recursive watches.
      */
     if (!prepend( &path, ie->name ))
         return;


More information about the wine-patches mailing list