Assorted spelling fixes

Francois Gouget fgouget at free.fr
Tue Jun 15 11:39:19 CDT 2004


Changelog:

 * dlls/dmloader/loader.c
   dlls/kernel/tests/locale.c
   dlls/msi/string.c
   loader/main.h
   loader/preloader.c

   Assorted spelling and case fixes.


Index: dlls/dmloader/loader.c
===================================================================
RCS file: /var/cvs/wine/dlls/dmloader/loader.c,v
retrieving revision 1.12
diff -u -r1.12 loader.c
--- a/dlls/dmloader/loader.c	13 May 2004 00:00:22 -0000	1.12
+++ b/dlls/dmloader/loader.c	17 May 2004 14:04:45 -0000
@@ -308,7 +308,7 @@

 	result = IDirectMusicObject_QueryInterface (pObject, riid, ppv);
 	if (!bCache) IDirectMusicObject_Release (pObject); /* since loader's reference is not needed */
-	/* if there was trouble with loading, and if no other error occured,
+	/* if there was trouble with loading, and if no other error occurred,
 	   we should return DMUS_S_PARTIALLOAD; else, error is returned */
 	if (result == S_OK)
 		return ret;
Index: dlls/kernel/tests/locale.c
===================================================================
RCS file: /var/cvs/wine/dlls/kernel/tests/locale.c,v
retrieving revision 1.30
diff -u -r1.30 locale.c
--- a/dlls/kernel/tests/locale.c	3 Jun 2004 23:19:27 -0000	1.30
+++ b/dlls/kernel/tests/locale.c	13 Jun 2004 16:45:18 -0000
@@ -1468,7 +1468,7 @@
   /* MAP_EXPAND_LIGATURES */
   SetLastError(0);
   ret = pFoldStringA(MAP_EXPAND_LIGATURES, ligatures_src, -1, dst, 256);
-  /* NT 4.0 doesnt support MAP_EXPAND_LIGATURES */
+  /* NT 4.0 doesn't support MAP_EXPAND_LIGATURES */
   if (!(ret == 0 && GetLastError() == ERROR_INVALID_FLAGS)) {
     EXPECT_LEN(sizeof(ligatures_dst)); EXPECT_VALID;
     ok(strcmp(dst, ligatures_dst) == 0,
@@ -1855,7 +1855,7 @@
   /* MAP_EXPAND_LIGATURES */
   SetLastError(0);
   ret = pFoldStringW(MAP_EXPAND_LIGATURES, ligatures_src, -1, dst, 256);
-  /* NT 4.0 doesnt support MAP_EXPAND_LIGATURES */
+  /* NT 4.0 doesn't support MAP_EXPAND_LIGATURES */
   if (!(ret == 0 && GetLastError() == ERROR_INVALID_FLAGS)) {
     EXPECT_LEN(sizeof(ligatures_dst)/sizeof(ligatures_dst[0])); EXPECT_VALID;
     ok(!memcmp(dst, ligatures_dst, sizeof(ligatures_dst)),
Index: dlls/msi/string.c
===================================================================
RCS file: /var/cvs/wine/dlls/msi/string.c,v
retrieving revision 1.4
diff -u -r1.4 string.c
--- a/dlls/msi/string.c	19 Mar 2004 19:14:12 -0000	1.4
+++ b/dlls/msi/string.c	13 Jun 2004 16:45:40 -0000
@@ -226,7 +226,7 @@
  *  msi_id2stringW
  *
  *  [in] st         - pointer to the string table
- *  [in] id  - id of the string to retreive
+ *  [in] id  - id of the string to retrieve
  *  [out] buffer    - destination of the string
  *  [in/out] sz     - number of bytes available in the buffer on input
  *                    number of bytes used on output
@@ -262,7 +262,7 @@
  *  msi_id2stringA
  *
  *  [in] st         - pointer to the string table
- *  [in] id         - id of the string to retreive
+ *  [in] id         - id of the string to retrieve
  *  [out] buffer    - destination of the UTF8 string
  *  [in/out] sz     - number of bytes available in the buffer on input
  *                    number of bytes used on output
Index: loader/main.h
===================================================================
RCS file: /var/cvs/wine/loader/main.h,v
retrieving revision 1.1
diff -u -r1.1 main.h
--- a/loader/main.h	28 May 2004 20:59:22 -0000	1.1
+++ b/loader/main.h	13 Jun 2004 16:46:32 -0000
@@ -1,7 +1,7 @@
 /*
  * Definitions for Wine main program
  *
- * Copyright 2004 Mike McCormack for Codeweavers
+ * Copyright 2004 Mike McCormack for CodeWeavers
  * Copyright 2004 Alexandre Julliard
  *
  * This library is free software; you can redistribute it and/or
Index: loader/preloader.c
===================================================================
RCS file: /var/cvs/wine/loader/preloader.c,v
retrieving revision 1.4
diff -u -r1.4 preloader.c
--- a/loader/preloader.c	3 Jun 2004 23:36:01 -0000	1.4
+++ b/loader/preloader.c	13 Jun 2004 16:46:00 -0000
@@ -2,7 +2,7 @@
  * Preloader for ld.so
  *
  * Copyright (C) 1995,96,97,98,99,2000,2001,2002 Free Software Foundation, Inc.
- * Copyright (C) 2004 Mike McCormack for Codeweavers
+ * Copyright (C) 2004 Mike McCormack for CodeWeavers
  * Copyright (C) 2004 Alexandre Julliard
  *
  * This library is free software; you can redistribute it and/or


-- 
Francois Gouget         fgouget at free.fr        http://fgouget.free.fr/
                            $live{free} || die "";



More information about the wine-patches mailing list