Assorted spelling fixes

Francois Gouget fgouget at free.fr
Tue May 4 06:36:36 CDT 2004


Changelog:

 * dlls/d3d8/device.c
   dlls/winmm/wineoss/audio.c
   documentation/multimedia.sgml
   programs/taskmgr/taskmgr.c

   Assorted spelling fixes.


Index: dlls/d3d8/device.c
===================================================================
RCS file: /var/cvs/wine/dlls/d3d8/device.c,v
retrieving revision 1.107
diff -u -r1.107 device.c
--- a/dlls/d3d8/device.c	2 May 2004 04:22:31 -0000	1.107
+++ b/dlls/d3d8/device.c	2 May 2004 09:45:43 -0000
@@ -1234,7 +1234,7 @@
         numerous null pointer checks                                   */
     if (pNewZStencil == NULL) pNewZStencil = (IDirect3DSurface8*)This->stencilBufferTarget;

-    /* If we are trying to set what we already have, dont bother */
+    /* If we are trying to set what we already have, don't bother */
     if ((IDirect3DSurface8Impl*) pRenderTarget == This->renderTarget && (IDirect3DSurface8Impl*) pNewZStencil == This->stencilBufferTarget) {
       TRACE("Trying to do a NOP SetRenderTarget operation\n");
     } else {
Index: dlls/winmm/wineoss/audio.c
===================================================================
RCS file: /var/cvs/wine/dlls/winmm/wineoss/audio.c,v
retrieving revision 1.126
diff -u -r1.126 audio.c
--- a/dlls/winmm/wineoss/audio.c	26 Apr 2004 20:03:59 -0000	1.126
+++ b/dlls/winmm/wineoss/audio.c	26 Apr 2004 21:37:57 -0000
@@ -2756,7 +2786,7 @@
      * so we need to somehow signal to our DirectSound implementation
      * that it should completely recreate this HW buffer...
      * this unexpected error code should do the trick... */
-    /* FIXME: ...unless we are doing full duplex, then its not nice to close the device */
+    /* FIXME: ...unless we are doing full duplex, then it's not nice to close the device */
     if (WOutDev[This->drv->wDevID].ossdev->open_count == 1)
 	return DSERR_BUFFERLOST;

Index: documentation/multimedia.sgml
===================================================================
RCS file: /var/cvs/wine/documentation/multimedia.sgml,v
retrieving revision 1.11
diff -u -r1.11 multimedia.sgml
--- a/documentation/multimedia.sgml	22 Sep 2003 21:15:12 -0000	1.11
+++ b/documentation/multimedia.sgml	25 Apr 2004 21:48:45 -0000
@@ -163,7 +163,7 @@

 	  <para>
 	    Both Midi in and Midi out are provided. The type of MIDI devices
-	    supported is external MIDI port (requires an MIDI capable device -
+	    supported is external MIDI port (requires a MIDI capable device -
 	    keyboard...) and OPL/2 synthesis (the OPL/2 patches for all
 	    instruments are in midiPatch.c).
 	  </para>
@@ -610,7 +610,7 @@

 	  <para>
 	    The implementation can be found in dlls/winmm/mciseq/mcimidi.c. Except
-	    from the Record command, should be close to completion (except for non
+	    for the Record command, should be close to completion (except for non
 	    blocking commands, as many MCI drivers).
 	  </para>

@@ -758,8 +758,8 @@
 	<itemizedlist>
 	  <listitem>
 	    <para>
-	      it seems that some program check what's installed in registry
-	      against value returned by drivers. Wine is currently broken
+	      it seems that some programs check what's installed in registry
+	      against the value returned by drivers. Wine is currently broken
 	      regarding this point.
 	    </para>
 	  </listitem>
Index: programs/taskmgr/taskmgr.c
===================================================================
RCS file: /var/cvs/wine/programs/taskmgr/taskmgr.c,v
retrieving revision 1.1
diff -u -r1.1 taskmgr.c
--- a/programs/taskmgr/taskmgr.c	23 Mar 2004 01:19:54 -0000	1.1
+++ b/programs/taskmgr/taskmgr.c	27 Apr 2004 00:53:56 -0000
@@ -72,7 +72,7 @@
     SetPriorityClass(hProcess, HIGH_PRIORITY_CLASS);
     CloseHandle(hProcess);

-    /* Now lets get the SE_DEBUG_NAME priviledge
+    /* Now let's get the SE_DEBUG_NAME privilege
      * so that we can debug processes
      */


-- 
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



More information about the wine-patches mailing list