A couple of spelling fixes

Francois Gouget fgouget at free.fr
Wed Dec 22 05:16:16 CST 2004


Changelog:

  * dlls/wined3d/device.c
    tools/winedump/search.c

    Spelling fixes.


-- 
Francois Gouget         fgouget at free.fr        http://fgouget.free.fr/
            If it stinks, it's chemistry. If it moves, it's biology.
                   If it does not work, It's computer science.
-------------- next part --------------
Index: dlls/wined3d/device.c
===================================================================
RCS file: /var/cvs/wine/dlls/wined3d/device.c,v
retrieving revision 1.14
diff -u -r1.14 device.c
--- dlls/wined3d/device.c	20 Dec 2004 19:27:06 -0000	1.14
+++ dlls/wined3d/device.c	20 Dec 2004 18:55:42 -0000
@@ -1187,7 +1187,7 @@
     IWineD3DDeviceImpl  *This     = (IWineD3DDeviceImpl *)iface;
     DWORD                OldValue = This->stateBlock->renderState[State];
     
-    /* Simple way of refering to either a DWORD or a 4 byte float */
+    /* Simple way of referring to either a DWORD or a 4 byte float */
     union {
         DWORD d;
         float f;
Index: tools/winedump/search.c
===================================================================
RCS file: /var/cvs/wine/tools/winedump/search.c,v
retrieving revision 1.5
diff -u -r1.5 search.c
--- tools/winedump/search.c	20 Dec 2004 16:52:26 -0000	1.5
+++ tools/winedump/search.c	22 Dec 2004 10:47:00 -0000
@@ -88,7 +88,7 @@
       }
       grep_buff[i] = '\0';
 
-      /* Definitly not in these: */
+      /* Definitely not in these: */
       if (strcmp(extension,".dll") == 0 ||
 	  strcmp(extension,".lib") == 0 ||
 	  strcmp(extension,".so")  == 0 ||


More information about the wine-patches mailing list