Assorted spelling fixes

Francois Gouget fgouget at free.fr
Wed Nov 23 08:57:08 CST 2005


Changelog:

  * dlls/comctl32/rebar.c
    dlls/comctl32/tooltips.c
    dlls/d3d8/shader.c
    dlls/dinput/dinput_main.c
    dlls/dinput/effect_linuxinput.c
    dlls/dinput/joystick_linuxinput.c
    dlls/iphlpapi/iphlpapi_main.c
    dlls/quartz/filesource.c
    dlls/rsaenh/mpi.c
    dlls/rsaenh/tomcrypt.h
    dlls/shell32/shellpath.c
    dlls/user/edit.c
    dlls/user/tests/sysparams.c
    dlls/uxtheme/draw.c
    dlls/wined3d/basetexture.c
    dlls/wined3d/device.c
    dlls/wined3d/pixelshader.c
    dlls/wined3d/stateblock.c
    dlls/wined3d/surface.c
    dlls/wined3d/utils.c
    dlls/wined3d/vertexshader.c
    dlls/wined3d/wined3d_private.h
    dlls/winedos/dosaspi.c
    dlls/wineps/download.c
    dlls/wininet/ftp.c
    dlls/wininet/tests/http.c
    dlls/winspool/tests/info.c
    dlls/wintab32/context.c
    programs/progman/En.rc
    programs/winedbg/gdbproxy.c
    tools/widl/write_msft.c
    tools/wrc/translation.c

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

-- 
Francois Gouget         fgouget at free.fr        http://fgouget.free.fr/
         It really galls me that most of the computer power in the world
                           is wasted on screen savers.
                      Chris Caldwell from the GIMPS project
                        http://www.mersenne.org/prime.htm
-------------- next part --------------
Index: dlls/comctl32/rebar.c
===================================================================
RCS file: /var/cvs/wine/dlls/comctl32/rebar.c,v
retrieving revision 1.113
diff -u -p -r1.113 rebar.c
--- dlls/comctl32/rebar.c	8 Nov 2005 12:52:35 -0000	1.113
+++ dlls/comctl32/rebar.c	22 Nov 2005 10:50:17 -0000
@@ -2131,9 +2131,9 @@ REBAR_CommonSetupBand (HWND hwnd, LPREBA
 	    lpBand->hwndChild = lprbbi->hwndChild;
 	    lpBand->hwndPrevParent =
 		SetParent (lpBand->hwndChild, hwnd);
-	    /* below in trace fro WinRAR */
+	    /* below in trace from WinRAR */
 	    ShowWindow(lpBand->hwndChild, SW_SHOWNOACTIVATE | SW_SHOWNORMAL);
-	    /* above in trace fro WinRAR */
+	    /* above in trace from WinRAR */
 	}
 	else {
 	    TRACE("child: %p  prev parent: %p\n",
Index: dlls/comctl32/tooltips.c
===================================================================
RCS file: /var/cvs/wine/dlls/comctl32/tooltips.c,v
retrieving revision 1.80
diff -u -p -r1.80 tooltips.c
--- dlls/comctl32/tooltips.c	8 Nov 2005 12:52:35 -0000	1.80
+++ dlls/comctl32/tooltips.c	22 Nov 2005 11:24:50 -0000
@@ -1507,7 +1507,7 @@ TOOLTIPS_GetTextA (HWND hwnd, WPARAM wPa
 
     /* NB this API is broken, there is no way for the app to determine
        what size buffer it requires nor a way to specify how long the
-       one it supplies is.  We'll assume it's upto INFOTIPSIZE */
+       one it supplies is.  We'll assume it's up to INFOTIPSIZE */
 
     WideCharToMultiByte(CP_ACP, 0, infoPtr->tools[nTool].lpszText, -1,
 			lpToolInfo->lpszText, INFOTIPSIZE, NULL, NULL);
Index: dlls/d3d8/shader.c
===================================================================
RCS file: /var/cvs/wine/dlls/d3d8/shader.c,v
retrieving revision 1.36
diff -u -p -r1.36 shader.c
--- dlls/d3d8/shader.c	10 Nov 2005 12:14:59 -0000	1.36
+++ dlls/d3d8/shader.c	22 Nov 2005 10:54:23 -0000
@@ -770,7 +770,7 @@ inline static VOID IDirect3DVertexShader
       curOpcode = vshader_program_get_opcode(*pToken);
       ++pToken;
       if (NULL == curOpcode) {
-	/* unkown current opcode ... */
+	/* unknown current opcode ... */
 	while (*pToken & 0x80000000) {
 	  TRACE_(d3d_hw_shader)("unrecognized opcode: %08lx\n", *pToken);
 	  ++pToken;
@@ -904,7 +904,7 @@ inline static VOID IDirect3DVertexShader
       ++pToken;
       ++len;
       if (NULL == curOpcode) {
-	/* unkown current opcode ... */
+	/* unknown current opcode ... */
 	while (*pToken & 0x80000000) {
 	  TRACE("unrecognized opcode: %08lx\n", *pToken);
 	  ++pToken;
@@ -1041,7 +1041,7 @@ HRESULT WINAPI IDirect3DVertexShaderImpl
     ++pToken;
     if (NULL == curOpcode) {
       i = 0;
-      /* unkown current opcode ... */
+      /* unknown current opcode ... */
       while (*pToken & 0x80000000) {
 	if (i == 0) {
 	  TRACE("unrecognized opcode: pos=%d token=%08lX\n", (pToken - 1) - vshader->function, *(pToken - 1));
@@ -1875,7 +1875,7 @@ inline static VOID IDirect3DPixelShaderI
       curOpcode = pshader_program_get_opcode(code, version);
       ++pToken;
       if (NULL == curOpcode) {
-        /* unkown current opcode ... */
+        /* unknown current opcode ... */
         while (*pToken & 0x80000000) {
           TRACE("unrecognized opcode: %08lx\n", *pToken);
           ++pToken;
@@ -2249,7 +2249,7 @@ inline static VOID IDirect3DPixelShaderI
       ++pToken;
       ++len;
       if (NULL == curOpcode) {
-	/* unkown current opcode ... */
+	/* unknown current opcode ... */
 	while (*pToken & 0x80000000) {
 	  TRACE("unrecognized opcode: %08lx\n", *pToken);
 	  ++pToken;
Index: dlls/dinput/dinput_main.c
===================================================================
RCS file: /var/cvs/wine/dlls/dinput/dinput_main.c,v
retrieving revision 1.59
diff -u -p -r1.59 dinput_main.c
--- dlls/dinput/dinput_main.c	12 Sep 2005 10:30:06 -0000	1.59
+++ dlls/dinput/dinput_main.c	22 Nov 2005 10:55:15 -0000
@@ -173,7 +173,7 @@ static const char *_dump_DIDEVTYPE_value
 	case DIDEVTYPE_KEYBOARD: return "DIDEVTYPE_KEYBOARD";
 	case DIDEVTYPE_JOYSTICK: return "DIDEVTYPE_JOYSTICK";
 	case DIDEVTYPE_DEVICE: return "DIDEVTYPE_DEVICE";
-	default: return "Unkown";
+	default: return "Unknown";
     }
 }
 
Index: dlls/dinput/effect_linuxinput.c
===================================================================
RCS file: /var/cvs/wine/dlls/dinput/effect_linuxinput.c,v
retrieving revision 1.4
diff -u -p -r1.4 effect_linuxinput.c
--- dlls/dinput/effect_linuxinput.c	12 Sep 2005 22:07:53 -0000	1.4
+++ dlls/dinput/effect_linuxinput.c	22 Nov 2005 10:55:26 -0000
@@ -823,7 +823,7 @@ HRESULT linuxinput_create_effect(
 	    HeapFree(GetProcessHeap(), 0, newEffect);
 	    return DIERR_INVALIDPARAM;
 	default:
-	    FIXME("Unkown force type.\n");
+	    FIXME("Unknown force type.\n");
             HeapFree(GetProcessHeap(), 0, newEffect);
 	    return DIERR_INVALIDPARAM;
     }
Index: dlls/dinput/joystick_linuxinput.c
===================================================================
RCS file: /var/cvs/wine/dlls/dinput/joystick_linuxinput.c,v
retrieving revision 1.34
diff -u -p -r1.34 joystick_linuxinput.c
--- dlls/dinput/joystick_linuxinput.c	12 Nov 2005 19:10:38 -0000	1.34
+++ dlls/dinput/joystick_linuxinput.c	15 Nov 2005 08:28:03 -0000
@@ -637,7 +637,7 @@ static int find_property_offset(Joystick
         return i;
       }
 
-      /* XXX - the following part wont work with LiveForSpeed
+      /* XXX - the following part won't work with LiveForSpeed
        * - the game sets the dwTypes to something else then
        * the ddoi.dwType set in EnumObjects
        */
Index: dlls/iphlpapi/iphlpapi_main.c
===================================================================
RCS file: /var/cvs/wine/dlls/iphlpapi/iphlpapi_main.c,v
retrieving revision 1.21
diff -u -p -r1.21 iphlpapi_main.c
--- dlls/iphlpapi/iphlpapi_main.c	14 Nov 2005 11:24:37 -0000	1.21
+++ dlls/iphlpapi/iphlpapi_main.c	15 Nov 2005 08:30:53 -0000
@@ -345,7 +345,7 @@ DWORD WINAPI AllocateAndGetUdpTableFromS
  *  Failure: error code from winerror.h
  *
  * FIXME
- *  Stub, returns allways NO_ERROR.
+ *  Stub, always returns NO_ERROR.
  */
 DWORD WINAPI CreateIpForwardEntry(PMIB_IPFORWARDROW pRoute)
 {
@@ -368,7 +368,7 @@ DWORD WINAPI CreateIpForwardEntry(PMIB_I
  *  Failure: error code from winerror.h
  *
  * FIXME
- *  Stub, returns allways NO_ERROR.
+ *  Stub, always returns NO_ERROR.
  */
 DWORD WINAPI CreateIpNetEntry(PMIB_IPNETROW pArpEntry)
 {
@@ -1333,7 +1333,7 @@ DWORD WINAPI GetIpStatistics(PMIB_IPSTAT
  *
  * PARAMS
  *  pFixedInfo [Out]    buffer for network parameters
- *  pOutBufLen [In/Out] lenght of output buffer
+ *  pOutBufLen [In/Out] length of output buffer
  *
  * RETURNS
  *  Success: NO_ERROR
Index: dlls/quartz/filesource.c
===================================================================
RCS file: /var/cvs/wine/dlls/quartz/filesource.c,v
retrieving revision 1.18
diff -u -p -r1.18 filesource.c
--- dlls/quartz/filesource.c	27 Jul 2005 15:18:14 -0000	1.18
+++ dlls/quartz/filesource.c	22 Nov 2005 10:55:54 -0000
@@ -324,7 +324,7 @@ HRESULT AsyncReader_create(IUnknown * pU
     return S_OK;
 }
 
-/** IUnkown methods **/
+/** IUnknown methods **/
 
 static HRESULT WINAPI AsyncReader_QueryInterface(IBaseFilter * iface, REFIID riid, LPVOID * ppv)
 {
Index: dlls/rsaenh/mpi.c
===================================================================
RCS file: /var/cvs/wine/dlls/rsaenh/mpi.c,v
retrieving revision 1.5
diff -u -p -r1.5 mpi.c
--- dlls/rsaenh/mpi.c	30 Mar 2005 17:08:32 -0000	1.5
+++ dlls/rsaenh/mpi.c	22 Nov 2005 11:24:37 -0000
@@ -2628,7 +2628,7 @@ mp_mod_d (mp_int * a, mp_digit b, mp_dig
 /*
  * shifts with subtractions when the result is greater than b.
  *
- * The method is slightly modified to shift B unconditionally upto just under
+ * The method is slightly modified to shift B unconditionally up to just under
  * the leading bit of b.  This saves a lot of multiple precision shifting.
  */
 int mp_montgomery_calc_normalization (mp_int * a, mp_int * b)
@@ -4151,7 +4151,7 @@ __M:
   return err;
 }
 
-/* multiplies |a| * |b| and only computes upto digs digits of result
+/* multiplies |a| * |b| and only computes up to digs digits of result
  * HAC pp. 595, Algorithm 14.12  Modified so you can control how 
  * many digits of output are created.
  */
Index: dlls/rsaenh/tomcrypt.h
===================================================================
RCS file: /var/cvs/wine/dlls/rsaenh/tomcrypt.h,v
retrieving revision 1.1
diff -u -p -r1.1 tomcrypt.h
--- dlls/rsaenh/tomcrypt.h	30 Nov 2004 17:43:59 -0000	1.1
+++ dlls/rsaenh/tomcrypt.h	22 Nov 2005 11:24:18 -0000
@@ -222,7 +222,7 @@ typedef struct  {
     mp_digit *dp;
 } mp_int;
 
-/* callback for mp_prime_random, should fill dst with random bytes and return how many read [upto len] */
+/* callback for mp_prime_random, should fill dst with random bytes and return how many read [up to len] */
 typedef int ltm_prime_callback(unsigned char *dst, int len, void *dat);
 
 #define DIGIT(m,k) ((m)->dp[(k)])
Index: dlls/shell32/shellpath.c
===================================================================
RCS file: /var/cvs/wine/dlls/shell32/shellpath.c,v
retrieving revision 1.107
diff -u -p -r1.107 shellpath.c
--- dlls/shell32/shellpath.c	10 Nov 2005 11:15:22 -0000	1.107
+++ dlls/shell32/shellpath.c	15 Nov 2005 08:27:23 -0000
@@ -1699,7 +1699,7 @@ end:
  */
 HRESULT WINAPI SHGetFolderPathW(
 	HWND hwndOwner,    /* [I] owner window */
-	int nFolder,       /* [I] CSIDL identifing the folder */
+	int nFolder,       /* [I] CSIDL identifying the folder */
 	HANDLE hToken,     /* [I] access token */
 	DWORD dwFlags,     /* [I] which path to return */
 	LPWSTR pszPath)    /* [O] converted path */
Index: dlls/user/edit.c
===================================================================
RCS file: /var/cvs/wine/dlls/user/edit.c,v
retrieving revision 1.42
diff -u -p -r1.42 edit.c
--- dlls/user/edit.c	16 Nov 2005 11:22:54 -0000	1.42
+++ dlls/user/edit.c	22 Nov 2005 11:23:52 -0000
@@ -1780,7 +1780,7 @@ static void EDIT_ML_InvalidateText(EDITS
  *
  *	EDIT_InvalidateText
  *
- *	Invalidate the text from offset start upto, but not including,
+ *	Invalidate the text from offset start up to, but not including,
  *	offset end.  Useful for (re)painting the selection.
  *	Regions outside the linewidth are not invalidated.
  *	end == -1 means end == TextLength.
@@ -2484,7 +2484,7 @@ static void EDIT_UpdateScrollInfo(EDITST
  *
  *	Find the beginning of words.
  *	Note:	unlike the specs for a WordBreakProc, this function only
- *		allows to be called without linebreaks between s[0] upto
+ *		allows to be called without linebreaks between s[0] up to
  *		s[count - 1].  Remember it is only called
  *		internally, so we can decide this for ourselves.
  *
Index: dlls/user/tests/sysparams.c
===================================================================
RCS file: /var/cvs/wine/dlls/user/tests/sysparams.c,v
retrieving revision 1.44
diff -u -p -r1.44 sysparams.c
--- dlls/user/tests/sysparams.c	22 Nov 2005 14:56:11 -0000	1.44
+++ dlls/user/tests/sysparams.c	23 Nov 2005 10:12:08 -0000
@@ -865,7 +865,7 @@ static void test_SPI_ICONVERTICALSPACING
         return;
     /* do not increase the value as it would upset the user's icon layout */
     dotest_spi_iconverticalspacing( old_spacing - 1);
-    /* same tests with a value less then the minimum 32 */
+    /* same tests with a value less than the minimum 32 */
     dotest_spi_iconverticalspacing( 10);
     /* restore */
     rc=SystemParametersInfoA( SPI_ICONVERTICALSPACING, old_spacing, 0,
@@ -1918,7 +1918,7 @@ void test_GetSystemMetrics( void)
 
     /* the tests: */
 
-    /* SM_CXSCREEN, can not test these two */
+    /* SM_CXSCREEN, cannot test these two */
     /* SM_CYSCREEN */
     ok_gsm( SM_CXVSCROLL,  ncm.iScrollWidth);
     ok_gsm( SM_CYHSCROLL,  ncm.iScrollWidth);
Index: dlls/uxtheme/draw.c
===================================================================
RCS file: /var/cvs/wine/dlls/uxtheme/draw.c,v
retrieving revision 1.35
diff -u -p -r1.35 draw.c
--- dlls/uxtheme/draw.c	30 Aug 2005 09:58:41 -0000	1.35
+++ dlls/uxtheme/draw.c	23 Nov 2005 13:18:26 -0000
@@ -180,7 +180,7 @@ static PTHEME_PROPERTY UXTHEME_SelectIma
                 }
             }
         }
-        /* If an image couldnt be selected, choose the first one */
+        /* If an image couldn't be selected, choose the first one */
         return MSSTYLES_FindProperty(hTheme, iPartId, iStateId, TMT_FILENAME, TMT_IMAGEFILE1);
     }
     else if(imageselecttype == IST_SIZE) {
@@ -224,7 +224,7 @@ static PTHEME_PROPERTY UXTHEME_SelectIma
                 return fileProp;
             }
         }
-        /* If an image couldnt be selected, choose the smallest one */
+        /* If an image couldn't be selected, choose the smallest one */
         return MSSTYLES_FindProperty(hTheme, iPartId, iStateId, TMT_FILENAME, TMT_IMAGEFILE1);
     }
     return NULL;
Index: dlls/wined3d/basetexture.c
===================================================================
RCS file: /var/cvs/wine/dlls/wined3d/basetexture.c,v
retrieving revision 1.20
diff -u -p -r1.20 basetexture.c
--- dlls/wined3d/basetexture.c	10 Nov 2005 12:14:57 -0000	1.20
+++ dlls/wined3d/basetexture.c	22 Nov 2005 11:01:38 -0000
@@ -254,7 +254,7 @@ HRESULT WINAPI IWineD3DBaseTextureImpl_B
             glPrioritizeTextures(1, &This->baseTexture.textureName, &tmp);
 
         }
-        /* Initilise the state of the texture object
+        /* Initialise the state of the texture object
         to the openGL defaults, not the directx defaults */
         This->baseTexture.states[WINED3DTEXSTA_ADDRESSU]      = D3DTADDRESS_WRAP;
         This->baseTexture.states[WINED3DTEXSTA_ADDRESSV]      = D3DTADDRESS_WRAP;
Index: dlls/wined3d/device.c
===================================================================
RCS file: /var/cvs/wine/dlls/wined3d/device.c,v
retrieving revision 1.99
diff -u -p -r1.99 device.c
--- dlls/wined3d/device.c	21 Nov 2005 16:27:55 -0000	1.99
+++ dlls/wined3d/device.c	22 Nov 2005 11:16:17 -0000
@@ -108,7 +108,7 @@ static void WINAPI IWineD3DDeviceImpl_Ap
     TRACE("(%p) : Created resource %p\n", This, object); \
 }
 
-#define D3DINITILIZEBASETEXTURE(_basetexture) { \
+#define D3DINITIALIZEBASETEXTURE(_basetexture) { \
     _basetexture.levels     = Levels; \
     _basetexture.filterType = (Usage & D3DUSAGE_AUTOGENMIPMAP) ? D3DTEXF_LINEAR : D3DTEXF_NONE; \
     _basetexture.LOD        = 0; \
@@ -723,7 +723,7 @@ HRESULT  WINAPI IWineD3DDeviceImpl_Creat
        Size = (pow2Width * D3DFmtGetBpp(This, Format)) * pow2Height;
     }
 
-    /** Create the and initilise surface resource **/
+    /** Create and initialise the surface resource **/
     D3DCREATERESOURCEOBJECTINSTANCE(object,Surface,D3DRTYPE_SURFACE, Size)
     object->container = (IUnknown*) This;
 
@@ -837,7 +837,7 @@ HRESULT  WINAPI IWineD3DDeviceImpl_Creat
     }
 
     D3DCREATERESOURCEOBJECTINSTANCE(object, Texture, D3DRTYPE_TEXTURE, 0);
-    D3DINITILIZEBASETEXTURE(object->baseTexture);    
+    D3DINITIALIZEBASETEXTURE(object->baseTexture);    
     object->width  = Width;
     object->height = Height;
 
@@ -922,7 +922,7 @@ HRESULT WINAPI IWineD3DDeviceImpl_Create
     }
 
     D3DCREATERESOURCEOBJECTINSTANCE(object, VolumeTexture, D3DRTYPE_VOLUMETEXTURE, 0);
-    D3DINITILIZEBASETEXTURE(object->baseTexture);
+    D3DINITIALIZEBASETEXTURE(object->baseTexture);
 
     TRACE("(%p) : W(%d) H(%d) D(%d), Lvl(%d) Usage(%ld), Fmt(%u,%s), Pool(%s)\n", This, Width, Height,
           Depth, Levels, Usage, Format, debug_d3dformat(Format), debug_d3dpool(Pool));
@@ -1022,7 +1022,7 @@ HRESULT WINAPI IWineD3DDeviceImpl_Create
     }
 
     D3DCREATERESOURCEOBJECTINSTANCE(object, CubeTexture, D3DRTYPE_CUBETEXTURE, 0);
-    D3DINITILIZEBASETEXTURE(object->baseTexture);
+    D3DINITIALIZEBASETEXTURE(object->baseTexture);
 
     TRACE("(%p) Create Cube Texture\n", This);
 
@@ -1172,7 +1172,7 @@ HRESULT WINAPI IWineD3DDeviceImpl_Create
 
    /** FIXME: Test under windows to find out what the life cycle of a swap chain is,
    * does a device hold a reference to a swap chain giving them a lifetime of the device
-   * or does the swap chain notify the device of it'd destruction.
+   * or does the swap chain notify the device of its destruction.
     *******************************/
 
     D3DCREATEOBJECTINSTANCE(object, SwapChain)
@@ -1310,7 +1310,7 @@ HRESULT WINAPI IWineD3DDeviceImpl_Create
 
    /**
    * TODO: MSDN says that we are only allowed one fullscreen swapchain per device,
-   * so we should really check to see if their is a fullscreen swapchain already
+   * so we should really check to see if there is a fullscreen swapchain already
    * I think Windows and X have different ideas about fullscreen, does a single head count as full screen?
     **************************************/
 
@@ -2097,7 +2097,7 @@ HRESULT WINAPI IWineD3DDeviceImpl_SetLig
         }
     }
 
-    /* Initialze the object */
+    /* Initialize the object */
     TRACE("Light %ld setting to type %d, Diffuse(%f,%f,%f,%f), Specular(%f,%f,%f,%f), Ambient(%f,%f,%f,%f)\n", Index, pLight->Type,
           pLight->Diffuse.r, pLight->Diffuse.g, pLight->Diffuse.b, pLight->Diffuse.a,
           pLight->Specular.r, pLight->Specular.g, pLight->Specular.b, pLight->Specular.a,
@@ -4095,7 +4095,7 @@ HRESULT WINAPI IWineD3DDeviceImpl_Proces
  * TODO: Verify against dx9 definitions
  *****/
 
-/* NOTE: It's expected that this function is going to be called lots of times with the same stage active, so make it the callers responsibility to GLACTIVETEXTURE(Stage) for better state management. Set the correct Texture unit active before callnig ApplyTextureStageState */
+/* NOTE: It's expected that this function is going to be called lots of times with the same stage active, so make it the callers responsibility to GLACTIVETEXTURE(Stage) for better state management. Set the correct Texture unit active before calling ApplyTextureStageState */
 static void WINAPI IWineD3DDeviceImpl_ApplyTextureUnitState(IWineD3DDevice *iface, DWORD Stage, WINED3DTEXTURESTAGESTATETYPE Type) {
     IWineD3DDeviceImpl *This = (IWineD3DDeviceImpl *)iface;
     DWORD Value = This->updateStateBlock->textureState[Stage][Type];
@@ -4380,7 +4380,7 @@ HRESULT WINAPI IWineD3DDeviceImpl_SetTex
 
     /** NOTE: MSDN says that setTexture increases the reference count,
     * and the the application nust set the texture back to null (or have a leaky application),
-    * This means we should pass the refcount upto the parent
+    * This means we should pass the refcount up to the parent
      *******************************/
     if (NULL != This->updateStateBlock->textures[Stage]) {
         IUnknown *textureParent;
@@ -4832,7 +4832,7 @@ HRESULT WINAPI IWineD3DDeviceImpl_Update
 
     TRACE("(%p) Source %p Destination %p\n", This, pSourceTexture, pDestinationTexture);
 
-    /* verify that the source and destination textures arebn't NULL */
+    /* verify that the source and destination textures aren't NULL */
     if (NULL == pSourceTexture || NULL == pDestinationTexture) {
         WARN("(%p) : source (%p) and destination (%p) textures must not be NULL, returning D3DERR_INVALIDCALL\n",
              This, pSourceTexture, pDestinationTexture);
@@ -4975,9 +4975,9 @@ HRESULT  WINAPI  IWineD3DDeviceImpl_GetR
     surfaceDesc.Width  = &surfaceWidth;
     surfaceDesc.Height = &surfaceHeight;
     IWineD3DSurface_GetDesc(pSurface, &surfaceDesc);
-   /* check to see if it's the backbuffer or the frontbuffer being requested (to make sureteh data is upto date)*/
+   /* check to see if it's the backbuffer or the frontbuffer being requested (to make sure the data is up to date)*/
 
-    /* Ok, I may need to setup some kind of active  swapchain reference on the device */
+    /* Ok, I may need to setup some kind of active swapchain reference on the device */
     IWineD3DSurface_GetContainer(pRenderTarget, &IID_IWineD3DSwapChain, (void **)&container);
     ENTER_GL();
     /* TODO: opengl Context switching for swapchains etc... */
@@ -5048,7 +5048,7 @@ HRESULT  WINAPI  IWineD3DDeviceImpl_Vali
     IWineD3DDeviceImpl *This = (IWineD3DDeviceImpl *)iface;
     /* return a sensible default */
     *pNumPasses = 1;
-    /* TODO: If the window is minimized then validate device shold return something other than d3d_ok */
+    /* TODO: If the window is minimized then validate device should return something other than d3d_ok */
     FIXME("(%p) : stub\n", This);
     return D3D_OK;
 }
@@ -5228,7 +5228,7 @@ HRESULT  WINAPI  IWineD3DDeviceImpl_Upda
         IWineD3DSurface_GetDesc(pDestinationSurface, &winedesc);
     }
 
-    /* Make sure the surface is loaded and upto date */
+    /* Make sure the surface is loaded and up to date */
     IWineD3DSurface_PreLoad(pDestinationSurface);
 
     IWineD3DSurface_GetGlDesc(pDestinationSurface, &glDescription);
@@ -6285,7 +6285,7 @@ void WINAPI IWineD3DDeviceImpl_ResourceR
                         /* Set changed flag? */
                     }
                 }
-                if (This->stateBlock != NULL ) { /* only happens if their is an error in the application, or on reset/release (because we don't manage internal tracknig properly) */
+                if (This->stateBlock != NULL ) { /* only happens if there is an error in the application, or on reset/release (because we don't manage internal tracking properly) */
                     if ((IWineD3DResource *)This->stateBlock->streamSource[streamNumber] == resource) {
                         TRACE("Vertex buffer released whlst bound to a state block  stream %d\n", streamNumber);
                         This->stateBlock->streamSource[streamNumber] = 0;
Index: dlls/wined3d/pixelshader.c
===================================================================
RCS file: /var/cvs/wine/dlls/wined3d/pixelshader.c,v
retrieving revision 1.3
diff -u -p -r1.3 pixelshader.c
--- dlls/wined3d/pixelshader.c	22 Nov 2005 15:01:55 -0000	1.3
+++ dlls/wined3d/pixelshader.c	23 Nov 2005 05:46:16 -0000
@@ -670,7 +670,7 @@ static CONST SHADER_OPCODE pshader_ins [
 
     /** FIXME: use direct access so add the others opcodes as stubs */
     /* NOTE: gl function is currently NULL for calls and loops because they are not yet supported
-        They can be easly managed in software by introducing a call/loop stack and should be possible to implement in glsl ol NV_shader's */
+        They can be easily managed in software by introducing a call/loop stack and should be possible to implement in glsl ol NV_shader's */
     {D3DSIO_CALL,     "call",     GLNAME_REQUIRE_GLSL,   1, pshader_call,    0, 0},
     {D3DSIO_CALLNZ,   "callnz",   GLNAME_REQUIRE_GLSL,   2, pshader_callnz,  0, 0},
     {D3DSIO_LOOP,     "loop",     GLNAME_REQUIRE_GLSL,   2, pshader_loop,    0, 0},
@@ -685,7 +685,7 @@ static CONST SHADER_OPCODE pshader_ins [
         RCP tmp, vec
         MUL out, tmp, vec*/
     {D3DSIO_SGN,      "sng",      NULL,   2, pshader_sng,     0, 0},
-    /* TODO: xyz normalise can be performed is VS_ARB using one tempory register,
+    /* TODO: xyz normalise can be performed as VS_ARB using one temporary register,
         DP3 tmp , vec, vec;
         RSQ tmp, tmp.x;
         MUL vec.xyz, vec, tmp;
@@ -727,7 +727,7 @@ static CONST SHADER_OPCODE pshader_ins [
     {D3DSIO_EXPP,     "expp",     "EXP", 2, pshader_expp, 0, 0},
     {D3DSIO_LOGP,     "logp",     "LOG", 2, pshader_logp, 0, 0},
     {D3DSIO_CND,      "cnd",      GLNAME_REQUIRE_GLSL,   4, pshader_cnd,         D3DPS_VERSION(1,1), D3DPS_VERSION(1,4)},
-    /* def is a special opperation */
+    /* def is a special operation */
     {D3DSIO_DEF,      "def",      "undefined",   5, pshader_def,         0, 0},
     {D3DSIO_TEXREG2RGB,   "texreg2rgb",   GLNAME_REQUIRE_GLSL,   2, pshader_texreg2rgb,  D3DPS_VERSION(1,2), D3DPS_VERSION(1,3)},
     {D3DSIO_TEXDP3TEX,    "texdp3tex",    GLNAME_REQUIRE_GLSL,   2, pshader_texdp3tex,   D3DPS_VERSION(1,2), D3DPS_VERSION(1,3)},
@@ -983,7 +983,7 @@ inline static VOID IWineD3DPixelShaderIm
     unsigned int pgmLength = 0;
 
 #if 0 /* FIXME: Use the buffer that is held by the device, this is ok since fixups will be skipped for software shaders
-        it also requires entering a critical section but cuts down the runtime footprint of wined3d and any memory fragmentation that may occure... */
+        it also requires entering a critical section but cuts down the runtime footprint of wined3d and any memory fragmentation that may occur... */
     if (This->device->fixupVertexBufferSize < PGMSIZE) {
         HeapFree(GetProcessHeap(), 0, This->fixupVertexBuffer);
         This->fixupVertexBuffer = HeapAlloc(GetProcessHeap() , 0, PGMSIZE);
@@ -1090,7 +1090,7 @@ inline static VOID IWineD3DPixelShaderIm
                 continue;
             }
 /* here */
-#if 0 /* Not sure what thease are here for, the're not required for vshaders */
+#if 0 /* Not sure what these are here for, they're not required for vshaders */
             code = *pToken;
 #endif
             pInstr = pToken;
@@ -1098,13 +1098,13 @@ inline static VOID IWineD3DPixelShaderIm
             TRACE("Found opcode %s %s\n", curOpcode->name,curOpcode->glname);
             ++pToken;
             if (NULL == curOpcode) {
-                /* unkown current opcode ... (shouldn't be any!) */
+                /* unknown current opcode ... (shouldn't be any!) */
                 while (*pToken & 0x80000000) { /* TODO: Think of a sensible name for 0x80000000 */
                     FIXME("unrecognized opcode: %08lx\n", *pToken);
                     ++pToken;
                 }
             } else if (GLNAME_REQUIRE_GLSL == curOpcode->glname) {
-                /* if the token isn't supported by this cross compiler then skip it and it's parameters */
+                /* if the token isn't supported by this cross compiler then skip it and its parameters */
                 FIXME("Token %s requires greater functionality than Fragment_Progarm_ARB supports\n", curOpcode->name);
                 pToken += curOpcode->num_params;
             } else {
@@ -1148,7 +1148,7 @@ inline static VOID IWineD3DPixelShaderIm
                 case D3DSIO_LOG:
                 case D3DSIO_LRP:
                 case D3DSIO_TEXKILL:
-                    TRACE("Appending glname %s to tmpLine \n", curOpcode->glname);
+                    TRACE("Appending glname %s to tmpLine\n", curOpcode->glname);
                     strcpy(tmpLine, curOpcode->glname);
                     break;
                 case D3DSIO_DEF:
@@ -1689,7 +1689,7 @@ HRESULT WINAPI IWineD3DPixelShaderImpl_S
                 /* TODO: Think of a good name for 0x80000000 and replace it with a constant */
                 while (*pToken & 0x80000000) {
 
-                    /* unkown current opcode ... */
+                    /* unknown current opcode ... */
                     TRACE("unrecognized opcode: %08lx", *pToken);
                     ++pToken;
                     ++len;
Index: dlls/wined3d/stateblock.c
===================================================================
RCS file: /var/cvs/wine/dlls/wined3d/stateblock.c,v
retrieving revision 1.26
diff -u -p -r1.26 stateblock.c
--- dlls/wined3d/stateblock.c	10 Nov 2005 12:14:57 -0000	1.26
+++ dlls/wined3d/stateblock.c	22 Nov 2005 11:22:49 -0000
@@ -310,7 +310,7 @@ HRESULT WINAPI IWineD3DStateBlockImpl_Ca
             }
         }
 
-        /* FIXME: textures are upto MAX_SAMPLERS for d3d9? */
+        /* FIXME: textures are up to MAX_SAMPLERS for d3d9? */
         /* Texture */
         for (j = 0; j < GL_LIMITS(textures); j++) {
             /* TODO: move over to using memcpy */
Index: dlls/wined3d/surface.c
===================================================================
RCS file: /var/cvs/wine/dlls/wined3d/surface.c,v
retrieving revision 1.30
diff -u -p -r1.30 surface.c
--- dlls/wined3d/surface.c	10 Nov 2005 12:14:57 -0000	1.30
+++ dlls/wined3d/surface.c	22 Nov 2005 11:02:00 -0000
@@ -320,18 +320,18 @@ HRESULT WINAPI IWineD3DSurfaceImpl_LockR
 
     if (0 == This->resource.usage || This->resource.usage & D3DUSAGE_DYNAMIC) {
         /* classic surface  TODO: non 2d surfaces?
-        Thease resources may be POOL_SYSTEMMEM, so they must not access the device */
+        These resources may be POOL_SYSTEMMEM, so they must not access the device */
         TRACE("locking an ordinarary surface\n");
-        /* Check to see if memory has already been allocated fro the sufrace*/
+        /* Check to see if memory has already been allocated from the surface*/
         if (NULL == This->resource.allocatedMemory) { /* TODO: check to see if an update has been performed on the surface (an update could just clobber allocatedMemory */
             /* Non-systemmemory surfaces */
 
-            /*Surface has no memory currently allocate to it!*/
+            /*Surface has no memory currently allocated to it!*/
             TRACE("(%p) Locking rect\n" , This);
             This->resource.allocatedMemory = HeapAlloc(GetProcessHeap() ,0 , This->pow2Size);
             if (0 != This->glDescription.textureName) {
                 /* Now I have to copy thing bits back */
-                This->activeLock = TRUE; /* When this flag is set to true, laoding the surface again won't free THis->resource.allocatedMemory */
+                This->activeLock = TRUE; /* When this flag is set to true, loading the surface again won't free This->resource.allocatedMemory */
                 /* TODO: make activeLock a bit more intelligent, maybe implement a method to purge the texture memory. */
                 ENTER_GL();
     
@@ -895,7 +895,7 @@ HRESULT WINAPI IWineD3DSurfaceImpl_LoadT
     /* Resources are placed in system RAM and do not need to be recreated when a device is lost. These resources are not bound by device size or format restrictions. Because of this, these resources cannot be accessed by the Direct3D device nor set as textures or render targets. However, these resources can always be created, locked, and copied. */
     if (This->resource.pool == D3DPOOL_SCRATCH || This->resource.pool == D3DPOOL_SYSTEMMEM) /*never store scratch or system mem textures in the video ram*/
     {
-        FIXME("(%p) Opperation not supported for scratch or SYSTEMMEM textures\n",This);
+        FIXME("(%p) Operation not supported for scratch or SYSTEMMEM textures\n",This);
         return D3DERR_INVALIDCALL;
     }
 
Index: dlls/wined3d/utils.c
===================================================================
RCS file: /var/cvs/wine/dlls/wined3d/utils.c,v
retrieving revision 1.17
diff -u -p -r1.17 utils.c
--- dlls/wined3d/utils.c	7 Sep 2005 09:25:26 -0000	1.17
+++ dlls/wined3d/utils.c	22 Nov 2005 11:00:01 -0000
@@ -1834,7 +1834,7 @@ int D3DFmtMakeGlCfg(D3DFORMAT BackBuffer
 #define PUSH1(att)        attribs[(*nAttribs)++] = (att);
 #define PUSH2(att,value)  attribs[(*nAttribs)++] = (att); attribs[(*nAttribs)++] = (value);
     /*We need to do some Card specific stuff in here at some point,
-    D3D now support floating point format buffers, and their are a number of different OpelGl ways on managing thease e.g.
+    D3D now supports floating point format buffers, and there are a number of different OpelGl ways of managing these e.g.
     GLX_ATI_pixel_format_float
     */
     switch (BackBufferFormat) {
Index: dlls/wined3d/vertexshader.c
===================================================================
RCS file: /var/cvs/wine/dlls/wined3d/vertexshader.c,v
retrieving revision 1.17
diff -u -p -r1.17 vertexshader.c
--- dlls/wined3d/vertexshader.c	22 Nov 2005 15:01:55 -0000	1.17
+++ dlls/wined3d/vertexshader.c	23 Nov 2005 05:46:16 -0000
@@ -623,7 +623,7 @@ static CONST SHADER_OPCODE vshader_ins [
     {D3DSIO_M3x2, "m3x2", "undefined", 3, vshader_m3x2, 0, 0},
     /** FIXME: use direct access so add the others opcodes as stubs */
     /* NOTE: gl function is currently NULL for calls and loops because they are not yet supported
-        They can be easly managed in software by introducing a call/loop stack and should be possible to implement in glsl ol NV_shader's */
+        They can be easily managed in software by introducing a call/loop stack and should be possible to implement in glsl ol NV_shader's */
     {D3DSIO_CALL,     "call",     GLNAME_REQUIRE_GLSL,   1, vshader_call,    0, 0},
     {D3DSIO_CALLNZ,   "callnz",   GLNAME_REQUIRE_GLSL,   2, vshader_callnz,  0, 0},
     {D3DSIO_LOOP,     "loop",     GLNAME_REQUIRE_GLSL,   2, vshader_loop,    0, 0},
@@ -638,7 +638,7 @@ static CONST SHADER_OPCODE vshader_ins [
         RCP tmp, vec
         MUL out, tmp, vec*/
     {D3DSIO_SGN,      "sng",      NULL,   2, vshader_sng,     0, 0},
-    /* TODO: xyz normalise can be performed is VS_ARB using one temporary register,
+    /* TODO: xyz normalise can be performed as VS_ARB using one temporary register,
         DP3 tmp , vec, vec;
         RSQ tmp, tmp.x;
         MUL vec.xyz, vec, tmp;
@@ -680,7 +680,7 @@ static CONST SHADER_OPCODE vshader_ins [
     {D3DSIO_EXPP,     "expp",     "EXP", 2, vshader_expp, 0, 0},
     {D3DSIO_LOGP,     "logp",     "LOG", 2, vshader_logp, 0, 0},
     {D3DSIO_CND,      "cnd",      GLNAME_REQUIRE_GLSL,   4, vshader_cnd,         D3DPS_VERSION(1,1), D3DPS_VERSION(1,4)},
-    /* def is a special opperation */
+    /* def is a special operation */
     {D3DSIO_DEF,      "def",      NULL,   5, vshader_def,         D3DPS_VERSION(1,0), D3DPS_VERSION(3,0)},
     {D3DSIO_TEXREG2RGB,   "texreg2rgb",   GLNAME_REQUIRE_GLSL,   2, vshader_texreg2rgb,  D3DPS_VERSION(1,2), D3DPS_VERSION(1,3)},
     {D3DSIO_TEXDP3TEX,    "texdp3tex",    GLNAME_REQUIRE_GLSL,   2, vshader_texdp3tex,   D3DPS_VERSION(1,2), D3DPS_VERSION(1,3)},
@@ -1087,7 +1087,7 @@ inline static VOID IWineD3DVertexShaderI
     int pgmLength = 0;
 
 #if 0 /* FIXME: Use the buffer that is held by the device, this is ok since fixups will be skipped for software shaders
-        it also requires entering a critical section but cuts down the runtime footprint of wined3d and any memory fragmentation that may occure... */
+        it also requires entering a critical section but cuts down the runtime footprint of wined3d and any memory fragmentation that may occur... */
     if (This->device->fixupVertexBufferSize < PGMSIZE) {
         HeapFree(GetProcessHeap(), 0, This->fixupVertexBuffer);
         This->fixupVertexBuffer = HeapAlloc(GetProcessHeap() , 0, PGMSIZE);
@@ -1107,7 +1107,7 @@ inline static VOID IWineD3DVertexShaderI
         }
 
     pgmStr = HeapAlloc(GetProcessHeap(), HEAP_ZERO_MEMORY, 65535); /* 64kb should be enough */
-    /* Initilise the shader */
+    /* Initialise the shader */
     This->namedArrays = FALSE;
     This->declaredArrays = FALSE;
     for (i = 0; i < WINED3DSHADERDECLUSAGE_MAX_USAGE; i++) {
@@ -1160,9 +1160,9 @@ inline static VOID IWineD3DVertexShaderI
                             This->arrayUsageMap[WINED3DSHADERDECLUSAGE_POSITION]     = arrayNo;
                             This->namedArrays = TRUE;
                         } else {
-                            /* TODO: position indexes go fro 0-8!!*/
+                            /* TODO: position indexes go from 0-8!!*/
                             TRACE("Setting position 2 to %d because usage = %d\n", arrayNo, (usage & 0xF0000) >> 16);
-                            /* robots uses positions upto 8, the position arrays are just packed.*/
+                            /* robots uses positions up to 8, the position arrays are just packed.*/
                             if ((usage & 0xF0000) >> 16 > 1) {
                                 TRACE("Loaded for position %d (greater than 2)\n", (usage & 0xF0000) >> 16);
                             }
@@ -1437,13 +1437,13 @@ inline static VOID IWineD3DVertexShaderI
       curOpcode = vshader_program_get_opcode(*pToken);
       ++pToken;
       if (NULL == curOpcode) {
-        /* unkown current opcode ... (shouldn't be any!) */
+        /* unknown current opcode ... (shouldn't be any!) */
         while (*pToken & 0x80000000) {
             FIXME("unrecognized opcode: %08lx\n", *pToken);
             ++pToken;
         }
       } else if (GLNAME_REQUIRE_GLSL == curOpcode->glname) {
-            /* if the token isn't supported by this cross compiler then skip it and it's parameters */
+            /* if the token isn't supported by this cross compiler then skip it and its parameters */
           
             FIXME("Token %s requires greater functionality than Vertex_Progarm_ARB supports\n", curOpcode->name);
             pToken += curOpcode->num_params;
@@ -1733,8 +1733,8 @@ HRESULT WINAPI IWineD3DVertexShaderImpl_
         ++pToken;
         if (NULL == curOpcode) {
             i = 0;
-            /* unkown current opcode ... */
-            /* TODO: Think of a name for 0x80000000 and repalce it's use with a constant */
+            /* unknown current opcode ... */
+            /* TODO: Think of a name for 0x80000000 and replace its use with a constant */
             while (*pToken & 0x80000000) {
                 if (i == 0) {
                     FIXME("unrecognized opcode: pos=%d token=%08lX\n", (pToken - 1) - This->function, *(pToken - 1));
@@ -2081,7 +2081,7 @@ HRESULT WINAPI IWineD3DVertexShaderImpl_
             if (NULL == curOpcode) {
                 /* TODO: Think of a good name for 0x80000000 and replace it with a constant */
                 while (*pToken & 0x80000000) {
-                    /* unkown current opcode ... */
+                    /* unknown current opcode ... */
                     FIXME("unrecognized opcode: %08lx", *pToken);
                     ++pToken;
                     ++len;
Index: dlls/wined3d/wined3d_private.h
===================================================================
RCS file: /var/cvs/wine/dlls/wined3d/wined3d_private.h,v
retrieving revision 1.69
diff -u -p -r1.69 wined3d_private.h
--- dlls/wined3d/wined3d_private.h	21 Nov 2005 16:27:55 -0000	1.69
+++ dlls/wined3d/wined3d_private.h	22 Nov 2005 11:23:04 -0000
@@ -1029,7 +1029,7 @@ typedef struct IWineD3DSwapChainImpl
     BOOL                      wantsDepthStencilBuffer;
     D3DPRESENT_PARAMETERS     presentParms;
 
-    /* TODO: move everything upto drawable off into a context manager
+    /* TODO: move everything up to drawable off into a context manager
       and store the 'data' in the contextManagerData interface.
     IUnknown                  *contextManagerData;
     */
Index: dlls/winedos/dosaspi.c
===================================================================
RCS file: /var/cvs/wine/dlls/winedos/dosaspi.c,v
retrieving revision 1.12
diff -u -p -r1.12 dosaspi.c
--- dlls/winedos/dosaspi.c	26 Aug 2005 08:53:32 -0000	1.12
+++ dlls/winedos/dosaspi.c	22 Nov 2005 11:03:43 -0000
@@ -167,7 +167,7 @@ DWORD ASPI_SendASPIDOSCommand(DWORD ptrS
 		TRACE("SC_RESET_DEV\n");
 		break;
 	default:
-		TRACE("Unkown command code\n");
+		TRACE("Unknown command code\n");
 		break;
 	}
 
Index: dlls/wineps/download.c
===================================================================
RCS file: /var/cvs/wine/dlls/wineps/download.c,v
retrieving revision 1.13
diff -u -p -r1.13 download.c
--- dlls/wineps/download.c	21 Jul 2005 11:59:11 -0000	1.13
+++ dlls/wineps/download.c	22 Nov 2005 11:22:19 -0000
@@ -85,7 +85,7 @@ static BOOL is_room_for_font(PSDRV_PDEVI
     int count = 0;
 
     /* FIXME: should consider vm usage of each font and available printer memory.
-       For now we allow upto two fonts to be downloaded at a time */
+       For now we allow up to two fonts to be downloaded at a time */
     for(pdl = physDev->downloaded_fonts; pdl; pdl = pdl->next)
         count++;
 
Index: dlls/wininet/ftp.c
===================================================================
RCS file: /var/cvs/wine/dlls/wininet/ftp.c,v
retrieving revision 1.58
diff -u -p -r1.58 ftp.c
--- dlls/wininet/ftp.c	15 Nov 2005 18:16:55 -0000	1.58
+++ dlls/wininet/ftp.c	22 Nov 2005 11:08:22 -0000
@@ -2490,13 +2490,13 @@ BOOL FTP_SendData(LPWININETFTPSESSIONW l
         nSeconds = e_long_time - s_long_time;
         if( nSeconds / 60 > 0 )
         {
-            TRACE( "%ld bytes of %ld bytes (%ld%%) in %ld min %ld sec estimated remainig time %ld sec\n",
+            TRACE( "%ld bytes of %ld bytes (%ld%%) in %ld min %ld sec estimated remaining time %ld sec\n",
             nTotalSent, fi.nFileSizeLow, nTotalSent*100/fi.nFileSizeLow, nSeconds / 60,
             nSeconds % 60, (fi.nFileSizeLow - nTotalSent) * nSeconds / nTotalSent );
         }
         else
         {
-            TRACE( "%ld bytes of %ld bytes (%ld%%) in %ld sec estimated remainig time %ld sec\n",
+            TRACE( "%ld bytes of %ld bytes (%ld%%) in %ld sec estimated remaining time %ld sec\n",
             nTotalSent, fi.nFileSizeLow, nTotalSent*100/fi.nFileSizeLow, nSeconds,
             (fi.nFileSizeLow - nTotalSent) * nSeconds / nTotalSent);
         }
Index: dlls/wininet/tests/http.c
===================================================================
RCS file: /var/cvs/wine/dlls/wininet/tests/http.c,v
retrieving revision 1.34
diff -u -p -r1.34 http.c
--- dlls/wininet/tests/http.c	22 Nov 2005 14:53:30 -0000	1.34
+++ dlls/wininet/tests/http.c	23 Nov 2005 05:46:16 -0000
@@ -1103,7 +1103,7 @@ static void HttpSendRequestEx_test(void)
     ok(HttpEndRequest(hRequest, NULL, 0, 0), "HttpEndRequest Failed\n");
 
     ok(InternetReadFile(hRequest, szBuffer, 255, &dwBytesRead),
-            "Unable to read responce\n");
+            "Unable to read response\n");
     szBuffer[dwBytesRead] = 0;
 
     ok(dwBytesRead == 13,"Read %lu bytes instead of 13\n",dwBytesRead);
Index: dlls/winspool/tests/info.c
===================================================================
RCS file: /var/cvs/wine/dlls/winspool/tests/info.c,v
retrieving revision 1.11
diff -u -p -r1.11 info.c
--- dlls/winspool/tests/info.c	15 Nov 2005 16:51:45 -0000	1.11
+++ dlls/winspool/tests/info.c	17 Nov 2005 09:28:00 -0000
@@ -191,7 +191,7 @@ static void test_printer_directory(void)
          "or result != 0 and last error == ERROR_INVALID_PARAMETER "
          "got result %d and last error == %ld\n", res, GetLastError());
 
-    /* with a valid buffer, but level is to large */
+    /* with a valid buffer, but level is too large */
     buffer[0] = '\0';
     SetLastError(0x00dead00);
     res = GetPrinterDriverDirectoryA(NULL, NULL, 2, buffer, cbBuf, &pcbNeeded);
Index: dlls/wintab32/context.c
===================================================================
RCS file: /var/cvs/wine/dlls/wintab32/context.c,v
retrieving revision 1.14
diff -u -p -r1.14 context.c
--- dlls/wintab32/context.c	10 Nov 2005 12:14:56 -0000	1.14
+++ dlls/wintab32/context.c	22 Nov 2005 11:03:59 -0000
@@ -122,7 +122,7 @@ static LPOPENCONTEXT TABLET_FindOpenCont
 
 static void LoadTablet(void)
 {
-    TRACE("Initilizing the tablet to hwnd %p\n",hwndDefault);
+    TRACE("Initializing the tablet to hwnd %p\n",hwndDefault);
     gLoaded= TRUE;
     pLoadTabletInfo(hwndDefault);
 }
Index: programs/progman/En.rc
===================================================================
RCS file: /var/cvs/wine/programs/progman/En.rc,v
retrieving revision 1.6
diff -u -p -r1.6 En.rc
--- programs/progman/En.rc	4 Oct 2003 03:09:06 -0000	1.6
+++ programs/progman/En.rc	22 Nov 2005 11:04:19 -0000
@@ -209,7 +209,7 @@ The group file `%s' cannot be opened.\n\
 Should it be tried further on?"
 IDS_OUT_OF_MEMORY,		"Out of memory."
 IDS_WINHELP_ERROR,		"Help not available."
-IDS_UNKNOWN_FEATURE_s,		"Unkown feature in %s"
+IDS_UNKNOWN_FEATURE_s,		"Unknown feature in %s"
 IDS_FILE_NOT_OVERWRITTEN_s,	"File `%s' exists. Not overwritten."
 IDS_SAVE_GROUP_AS_s,		"Save group as `%s to prevent overwriting original files."
 IDS_NO_HOT_KEY,			"None"
Index: programs/winedbg/gdbproxy.c
===================================================================
RCS file: /var/cvs/wine/programs/winedbg/gdbproxy.c,v
retrieving revision 1.28
diff -u -p -r1.28 gdbproxy.c
--- programs/winedbg/gdbproxy.c	9 Sep 2005 15:20:04 -0000	1.28
+++ programs/winedbg/gdbproxy.c	22 Nov 2005 11:21:33 -0000
@@ -955,7 +955,7 @@ static enum packet_return packet_verbose
     int defaultAction = -1; /* magic non action */
     unsigned char sig;
     int actions =0;
-    int actionIndex[20]; /* allow for upto 20 actions */
+    int actionIndex[20]; /* allow for up to 20 actions */
     int threadIndex[20];
     int threadCount = 0;
     unsigned int threadIDs[100]; /* TODO: Should make this dynamic */
@@ -986,7 +986,7 @@ static enum packet_return packet_verbose
           `vCont[;action]...'
           The vCont packet is supported. Each action is a supported command in the vCont packet.
           `'
-          The vCont packet is not supported.  (this didn't seem to be obayed!)
+          The vCont packet is not supported.  (this didn't seem to be obeyed!)
         */
         packet_reply_open(gdbctx);
         packet_reply_add(gdbctx, "vCont", 5);
@@ -1036,12 +1036,12 @@ static enum packet_return packet_verbose
 
     /* Now, I have this default action thing that needs to be applied to all non counted threads */
 
-    /* go through all the threads and stick there id's in the to be done list. */
+    /* go through all the threads and stick their ids in the to be done list. */
     for (thd = gdbctx->process->threads; thd; thd = thd->next)
     {
         threadIDs[threadCount++] = thd->tid;
         /* check to see if we have more threads than I counted on, and tell the user what to do
-         * (their running winedbg, so I'm sure they can fix the problem from the error message!) */
+         * (they're running winedbg, so I'm sure they can fix the problem from the error message!) */
         if (threadCount == 100)
         {
             fprintf(stderr, "Wow, that's a lot of threads, change threadIDs in wine/programms/winedgb/gdbproxy.c to be higher\n");
Index: tools/widl/write_msft.c
===================================================================
RCS file: /var/cvs/wine/tools/widl/write_msft.c,v
retrieving revision 1.38
diff -u -p -r1.38 write_msft.c
--- tools/widl/write_msft.c	13 Jul 2005 11:29:10 -0000	1.38
+++ tools/widl/write_msft.c	22 Nov 2005 11:21:42 -0000
@@ -342,7 +342,7 @@ static int ctl2_encode_string(
     converted_string[0] = length & 0xff;
     converted_string[1] = (length >> 8) & 0xff;
 
-    if(length < 3) { /* strings of this length are padded with upto 8 bytes incl the 2 byte length */
+    if(length < 3) { /* strings of this length are padded with up to 8 bytes incl the 2 byte length */
         for(offset = 0; offset < 4; offset++)
             converted_string[length + offset + 2] = 0x57;
         length += 4;
Index: tools/wrc/translation.c
===================================================================
RCS file: /var/cvs/wine/tools/wrc/translation.c,v
retrieving revision 1.2
diff -u -p -r1.2 translation.c
--- tools/wrc/translation.c	22 Jun 2005 11:59:18 -0000	1.2
+++ tools/wrc/translation.c	22 Nov 2005 11:05:20 -0000
@@ -205,7 +205,7 @@ static const char *get_language_name(int
 	PRETTYPRINTLANG(CORNISH)
 	PRETTYPRINTLANG(WELSH)
 	PRETTYPRINTLANG(BRETON)
-	return "Unkown language";
+	return "Unknown language";
 }
 #endif
 
@@ -981,7 +981,7 @@ void verify_translations(resource_t *top
 				add_resource(next);
 				break;
 			default:
-				fprintf(stderr, "Report this: unkown resource type parsed %08x\n", next->type);
+				fprintf(stderr, "Report this: unknown resource type parsed %08x\n", next->type);
 		}
 		next = next->next;
 	}


More information about the wine-patches mailing list