Assorted spelling fixes

Francois Gouget fgouget at free.fr
Fri Jun 17 13:51:20 CDT 2005


Changelog:

  * dlls/ddraw/tests/dsurface.c
    dlls/ntdll/tests/info.c
    dlls/oleaut32/variant.c
    dlls/oleaut32/tests/olepicture.c
    dlls/qcap/v4l.c
    dlls/shell32/tests/shlfolder.c

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


-- 
Francois Gouget         fgouget at free.fr        http://fgouget.free.fr/
                          Stolen from an Internet user:
               "f u cn rd ths, u cn gt a gd jb n cmptr prgrmmng !"
-------------- next part --------------
Index: dlls/ddraw/tests/dsurface.c
===================================================================
RCS file: /var/cvs/wine/dlls/ddraw/tests/dsurface.c,v
retrieving revision 1.2
diff -u -p -r1.2 dsurface.c
--- dlls/ddraw/tests/dsurface.c	13 Jun 2005 12:10:55 -0000	1.2
+++ dlls/ddraw/tests/dsurface.c	15 Jun 2005 15:44:52 -0000
@@ -129,7 +129,7 @@ static void MipMapCreationTest()
     /* Fourth mipmap creation test: same as above with a different texture
        size.
        The purpose is to verify that the number of generated mipmaps is
-       dependant on the smallest dimension. */
+       dependent on the smallest dimension. */
     memset(&ddsd, 0, sizeof(DDSURFACEDESC));
     ddsd.dwSize = sizeof(ddsd);
     ddsd.dwFlags = DDSD_CAPS | DDSD_WIDTH | DDSD_HEIGHT;
Index: dlls/ntdll/tests/info.c
===================================================================
RCS file: /var/cvs/wine/dlls/ntdll/tests/info.c,v
retrieving revision 1.9
diff -u -p -r1.9 info.c
--- dlls/ntdll/tests/info.c	16 Jun 2005 09:43:59 -0000	1.9
+++ dlls/ntdll/tests/info.c	16 Jun 2005 21:56:33 -0000
@@ -126,7 +125,7 @@ static void test_query_timeofday()
 
     SYSTEM_TIMEOFDAY_INFORMATION_PRIVATE sti;
   
-    /*  The structsize for NT (32 bytes) and Win2K/XP (48 bytes) differ.
+    /*  The struct size for NT (32 bytes) and Win2K/XP (48 bytes) differ.
      *
      *  Windows 2000 and XP return STATUS_INFO_LENGTH_MISMATCH if the given buffer size is greater
      *  then 48 and 0 otherwise
Index: dlls/oleaut32/variant.c
===================================================================
RCS file: /var/cvs/wine/dlls/oleaut32/variant.c,v
retrieving revision 1.117
diff -u -p -r1.117 variant.c
--- dlls/oleaut32/variant.c	29 May 2005 20:00:31 -0000	1.117
+++ dlls/oleaut32/variant.c	3 Jun 2005 09:20:00 -0000
@@ -2818,7 +2818,7 @@ HRESULT WINAPI VarAdd(LPVARIANT left, LP
             V_VT(result) = VT_NULL;
             goto end;
         case VT_DISPATCH:
-            FIXME("can not handle variant type VT_DISPATCH\n");
+            FIXME("cannot handle variant type VT_DISPATCH\n");
             hres = DISP_E_TYPEMISMATCH;
             goto end;
         case VT_EMPTY:
Index: dlls/oleaut32/tests/olepicture.c
===================================================================
RCS file: /var/cvs/wine/dlls/oleaut32/tests/olepicture.c,v
retrieving revision 1.1
diff -u -p -r1.1 olepicture.c
--- dlls/oleaut32/tests/olepicture.c	6 Jun 2005 10:03:58 -0000	1.1
+++ dlls/oleaut32/tests/olepicture.c	16 Jun 2005 21:52:09 -0000
@@ -210,7 +210,7 @@ static void test_empty_image() {
 	LARGE_INTEGER	seekto;
 	short		type;
 
-	/* Empty image. Happens occasionaly in VB programs. */
+	/* Empty image. Happens occasionally in VB programs. */
 	hglob = GlobalAlloc (0, 8);
 	data = GlobalLock (hglob);
 	memcpy(data,"lt\0\0",4);
Index: dlls/qcap/v4l.c
===================================================================
RCS file: /var/cvs/wine/dlls/qcap/v4l.c,v
retrieving revision 1.1
diff -u -p -r1.1 v4l.c
--- dlls/qcap/v4l.c	4 Jun 2005 09:49:02 -0000	1.1
+++ dlls/qcap/v4l.c	4 Jun 2005 12:28:47 -0000
@@ -547,7 +547,7 @@ static void V4l_GetFrame(Capture * capBo
         while ((retval = read(capBox->fd, capBox->grab_data, capBox->imagesize)) == -1)
             if (errno != EAGAIN) break;
         if (retval == -1)
-            WARN("Error occured while reading from device: %s\n", strerror(errno));
+            WARN("Error occurred while reading from device: %s\n", strerror(errno));
         *pInput = capBox->grab_data;
     }
 }
Index: dlls/shell32/tests/shlfolder.c
===================================================================
RCS file: /var/cvs/wine/dlls/shell32/tests/shlfolder.c,v
retrieving revision 1.14
diff -u -p -r1.14 shlfolder.c
--- dlls/shell32/tests/shlfolder.c	16 Jun 2005 09:44:50 -0000	1.14
+++ dlls/shell32/tests/shlfolder.c	16 Jun 2005 21:53:24 -0000
@@ -258,7 +258,7 @@ static void test_GetDisplayName(void)
     if (hTestFile == INVALID_HANDLE_VALUE) return;
     CloseHandle(hTestFile);
 
-    /* Getting a itemidlist for the file. */
+    /* Getting an itemidlist for the file. */
     hr = SHGetDesktopFolder(&psfDesktop);
     ok(SUCCEEDED(hr), "SHGetDesktopFolder failed! hr = %08lx\n", hr);
     if (FAILED(hr)) return;
@@ -270,7 +270,7 @@ static void test_GetDisplayName(void)
         return;
     }
 
-    /* It seems as if we can not bind to regular files on windows, but only directories. 
+    /* It seems as if we cannot bind to regular files on windows, but only directories. 
      */
     hr = IShellFolder_BindToObject(psfDesktop, pidlTestFile, NULL, &IID_IUnknown, (VOID**)&psfFile);
     todo_wine { ok (hr == HRESULT_FROM_WIN32(ERROR_FILE_NOT_FOUND), "hr = %08lx\n", hr); }


More information about the wine-patches mailing list