Some spelling fixes

Francois Gouget fgouget at free.fr
Tue Jul 29 10:43:57 CDT 2003


Changelog:

 * dlls/avifil32/extrachunk.c,
   dlls/avifil32/extrachunk.h,
   dlls/commdlg/fontdlg.c

   Some spelling fixes.

Index: dlls/avifil32/extrachunk.c
===================================================================
RCS file: /home/wine/wine/dlls/avifil32/extrachunk.c,v
retrieving revision 1.5
diff -u -r1.5 extrachunk.c
--- dlls/avifil32/extrachunk.c	23 Jun 2003 18:10:06 -0000	1.5
+++ dlls/avifil32/extrachunk.c	29 Jul 2003 13:32:29 -0000
@@ -140,7 +140,7 @@
   return AVIERR_OK;
 }

-/* reads all non-junk chunks into the extrachunk-structure until it founds
+/* reads all non-junk chunks into the extrachunk-structure until it finds
  * the given chunk or the optional parent-chunk is at the end */
 HRESULT FindChunkAndKeepExtras(LPEXTRACHUNKS extra,HMMIO hmmio,MMCKINFO *lpck,
 			       MMCKINFO *lpckParent,UINT flags)
Index: dlls/avifil32/extrachunk.h
===================================================================
RCS file: /home/wine/wine/dlls/avifil32/extrachunk.h,v
retrieving revision 1.1
diff -u -r1.1 extrachunk.h
--- dlls/avifil32/extrachunk.h	18 Oct 2002 00:24:41 -0000	1.1
+++ dlls/avifil32/extrachunk.h	29 Jul 2003 13:32:29 -0000
@@ -40,7 +40,7 @@
 /* reads a chunk fomr the HMMIO into the extrachunk-structure */
 HRESULT ReadChunkIntoExtra(LPEXTRACHUNKS extra,HMMIO hmmio,MMCKINFO *lpck);

-/* reads all non-junk chunks into the extrachunk-structure until it founds
+/* reads all non-junk chunks into the extrachunk-structure until it finds
  * the given chunk or the optional parent-chunk is at the end */
 HRESULT FindChunkAndKeepExtras(LPEXTRACHUNKS extra,HMMIO hmmio,
 			       MMCKINFO *lpck,MMCKINFO *lpckParent,UINT flags);
Index: dlls/commdlg/fontdlg.c
===================================================================
RCS file: /home/wine/wine/dlls/commdlg/fontdlg.c,v
retrieving revision 1.50
diff -u -r1.50 fontdlg.c
--- dlls/commdlg/fontdlg.c	7 Jun 2003 00:33:32 -0000	1.50
+++ dlls/commdlg/fontdlg.c	29 Jul 2003 13:32:31 -0000
@@ -625,12 +625,12 @@
 	}
 	if (s.added) break;
 	if (lpcf->Flags & CF_FIXEDPITCHONLY) {
-	    FIXME("No founds found with fixed pitch only, dropping flag.\n");
+	    FIXME("No font found with fixed pitch only, dropping flag.\n");
 	    lpcf->Flags &= ~CF_FIXEDPITCHONLY;
 	    continue;
 	}
 	if (lpcf->Flags & CF_TTONLY) {
-	    FIXME("No founds found with truetype only, dropping flag.\n");
+	    FIXME("No font found with truetype only, dropping flag.\n");
 	    lpcf->Flags &= ~CF_TTONLY;
 	    continue;
 	}


-- 
Francois Gouget





More information about the wine-patches mailing list