Assorted spelling fixes

Francois Gouget fgouget at free.fr
Fri May 27 18:43:07 CDT 2005


Changelog:

  * dlls/comctl32/monthcal.c
    dlls/crypt32/protectdata.c
    dlls/msi/action.h
    dlls/opengl32/make_opengl
    dlls/wined3d/vertexdeclaration.c
    dlls/winmm/winmm_En.rc

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

-- 
Francois Gouget         fgouget at free.fr        http://fgouget.free.fr/
                  There are 10 types of people in the world...
                those who understand binary and those who don't.
-------------- next part --------------
Index: dlls/comctl32/monthcal.c
===================================================================
RCS file: /var/cvs/wine/dlls/comctl32/monthcal.c,v
retrieving revision 1.57
diff -u -p -r1.57 monthcal.c
--- dlls/comctl32/monthcal.c	20 Apr 2005 12:51:37 -0000	1.57
+++ dlls/comctl32/monthcal.c	27 May 2005 20:42:45 -0000
@@ -212,7 +212,7 @@ static int MONTHCAL_CalcDayFromPos(MONTH
   GetClientRect(infoPtr->hwndSelf, &rcClient);
 
   /* if the point is outside the x bounds of the window put
-  it at the boundry */
+  it at the boundary */
   if (x > rcClient.right)
     x = rcClient.right;
 
Index: dlls/crypt32/protectdata.c
===================================================================
RCS file: /var/cvs/wine/dlls/crypt32/protectdata.c,v
retrieving revision 1.6
diff -u -p -r1.6 protectdata.c
--- dlls/crypt32/protectdata.c	27 May 2005 19:22:57 -0000	1.6
+++ dlls/crypt32/protectdata.c	27 May 2005 20:09:55 -0000
@@ -946,7 +946,7 @@ free_protect_data:
 free_context:
     CryptReleaseContext(hProv,0);
 finished:
-    /* If some error occured, and no error code was set, force one. */
+    /* If some error occurred, and no error code was set, force one. */
     if (!rc && GetLastError()==ERROR_SUCCESS)
     {
         SetLastError(ERROR_INVALID_DATA);
@@ -1112,7 +1112,7 @@ free_context:
 free_protect_data:
     free_protect_data(&protect_data);
 finished:
-    /* If some error occured, and no error code was set, force one. */
+    /* If some error occurred, and no error code was set, force one. */
     if (!rc && GetLastError()==ERROR_SUCCESS)
     {
         SetLastError(ERROR_INVALID_DATA);
Index: dlls/msi/action.h
===================================================================
RCS file: /var/cvs/wine/dlls/msi/action.h,v
retrieving revision 1.11
diff -u -p -r1.11 action.h
--- dlls/msi/action.h	27 May 2005 19:24:22 -0000	1.11
+++ dlls/msi/action.h	27 May 2005 20:36:54 -0000
@@ -119,7 +119,7 @@ typedef struct tagMSICLASS
     LPWSTR Argument;
     INT FeatureIndex;
     INT Attributes;
-    /* not in the table, set during instalation */
+    /* not in the table, set during installation */
     BOOL Installed;
 } MSICLASS;
 
@@ -131,10 +131,10 @@ typedef struct tagMSIEXTENSION
     LPWSTR ProgIDText;
     INT MIMEIndex;
     INT FeatureIndex;
-    /* not in the table, set during instalation */
+    /* not in the table, set during installation */
     BOOL Installed;
     INT VerbCount;
-    INT Verbs[100]; /* yes hard coded limit, but relisticly 100 verbs??? */
+    INT Verbs[100]; /* yes hard coded limit, but realistically 100 verbs??? */
 } MSIEXTENSION;
 
 typedef struct tagMSIPROGID
@@ -144,7 +144,7 @@ typedef struct tagMSIPROGID
     INT ClassIndex;
     LPWSTR Description;
     LPWSTR IconPath;
-    /* not in the table, set during instalation */
+    /* not in the table, set during installation */
     BOOL InstallMe;
     INT CurVerIndex;
 } MSIPROGID;
@@ -164,7 +164,7 @@ typedef struct tagMSIMIME
     INT ExtensionIndex;
     WCHAR CLSID[IDENTIFIER_SIZE];
     INT ClassIndex;
-    /* not in the table, set during instalation */
+    /* not in the table, set during installation */
     BOOL InstallMe;
 } MSIMIME;
 
Index: dlls/opengl32/make_opengl
===================================================================
RCS file: /var/cvs/wine/dlls/opengl32/make_opengl,v
retrieving revision 1.26
diff -u -p -r1.26 make_opengl
--- dlls/opengl32/make_opengl	20 May 2005 18:58:10 -0000	1.26
+++ dlls/opengl32/make_opengl	23 May 2005 22:18:14 -0000
@@ -634,7 +634,7 @@ foreach (sort keys %norm_functions) {
 	} elsif (defined($arg_conv{$type})) {
 	    print SPEC "$@$arg_conv{$type}[0] ";
 	} else {
-	    die "No convertion for GL type $type...\n";
+	    die "No conversion for GL type $type...\n";
 	}
     }
     print SPEC ") wine_$func_name\n";
Index: dlls/wined3d/vertexdeclaration.c
===================================================================
RCS file: /var/cvs/wine/dlls/wined3d/vertexdeclaration.c,v
retrieving revision 1.5
diff -u -p -r1.5 vertexdeclaration.c
--- dlls/wined3d/vertexdeclaration.c	2 Mar 2005 13:44:58 -0000	1.5
+++ dlls/wined3d/vertexdeclaration.c	23 May 2005 22:18:32 -0000
@@ -470,7 +470,7 @@ HRESULT IWineD3DVertexDeclarationImpl_Pa
 
   {
     D3DVERTEXELEMENT9* pIt = object->pDeclaration9;
-    TRACE("dumping of D3D9 Convertion:\n");
+    TRACE("dumping of D3D9 Conversion:\n");
     while (0xFF != pIt->Stream) {
       IWineD3DVertexDeclarationImpl_ParseToken9(pIt);
       ++pIt;
Index: dlls/winmm/winmm_En.rc
===================================================================
RCS file: /var/cvs/wine/dlls/winmm/winmm_En.rc,v
retrieving revision 1.5
diff -u -p -r1.5 winmm_En.rc
--- dlls/winmm/winmm_En.rc	15 Dec 2003 19:52:14 -0000	1.5
+++ dlls/winmm/winmm_En.rc	25 May 2005 11:58:21 -0000
@@ -57,7 +57,7 @@ MCIERR_OUT_OF_MEMORY, 		"Not enough memo
 MCIERR_DEVICE_OPEN, 		"The device name is already being used as an alias by this application. Use a unique alias."
 MCIERR_CANNOT_LOAD_DRIVER, 	"There is an undetectable problem in loading the specified device driver."
 MCIERR_MISSING_COMMAND_STRING, 	"No command was specified."
-MCIERR_PARAM_OVERFLOW, 		"The output string was to large to fit in the return buffer. Increase the size of the buffer."
+MCIERR_PARAM_OVERFLOW, 		"The output string was too large to fit in the return buffer. Increase the size of the buffer."
 MCIERR_MISSING_STRING_ARGUMENT, "The specified command requires a character-string parameter. Please provide one."
 MCIERR_BAD_INTEGER, 		"The specified integer is invalid for this command."
 MCIERR_PARSER_INTERNAL, 	"The device driver returned an invalid return type. Check with the device manufacturer about obtaining a new driver."


More information about the wine-patches mailing list