[WINEDOCS] Assorted spelling fixes

Francois Gouget fgouget at free.fr
Wed May 18 03:39:00 CDT 2005


Changelog:

  * en/winedev-coding.sgml
    en/winedev-debugging.sgml
    en/winedev-otherdebug.sgml
    en/winelib-mfc.sgml
    en/wineusr-configuring.sgml

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

-- 
Francois Gouget         fgouget at free.fr        http://fgouget.free.fr/
                       Computers are like airconditioners
                 They stop working properly if you open WINDOWS
-------------- next part --------------
Index: en/winedev-coding.sgml
===================================================================
RCS file: /cvsroot/wine/docs/en/winedev-coding.sgml,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 winedev-coding.sgml
--- en/winedev-coding.sgml	9 May 2005 05:31:16 -0000	1.1.1.1
+++ en/winedev-coding.sgml	18 May 2005 08:27:22 -0000
@@ -300,7 +300,7 @@ code
 	There <emphasis>are</emphasis> exceptions to the "avoid
 	<symbol>#ifdef MyOS</symbol>" rule. Wine, for example, needs
 	the internals of the signal stack -- that cannot easily be
-	described in terms of features. Moreover, you can not use
+	described in terms of features. Moreover, you cannot use
 	<filename>autoconf</filename>'s <symbol>HAVE_*</symbol>
 	symbols in Wine's headers, as these may be used by Winelib
 	users who may not be using a <filename>configure</filename>
Index: en/winedev-debugging.sgml
===================================================================
RCS file: /cvsroot/wine/docs/en/winedev-debugging.sgml,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 winedev-debugging.sgml
--- en/winedev-debugging.sgml	9 May 2005 05:31:12 -0000	1.1.1.1
+++ en/winedev-debugging.sgml	18 May 2005 08:27:23 -0000
@@ -59,7 +59,7 @@ MESSAGE( "Could not create graphics driv
               <para>
                 These are warning messages. You should report a
                 warning when something unwanted happens, and the
-		function can not deal with the condition. This
+		function cannot deal with the condition. This
 		is seldomly used since proper functions can usually
 		report failures back to the caller. Think twice before
 		making the message a warning.
Index: en/winedev-otherdebug.sgml
===================================================================
RCS file: /cvsroot/wine/docs/en/winedev-otherdebug.sgml,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 winedev-otherdebug.sgml
--- en/winedev-otherdebug.sgml	9 May 2005 05:31:09 -0000	1.1.1.1
+++ en/winedev-otherdebug.sgml	18 May 2005 08:27:27 -0000
@@ -604,7 +604,7 @@ less lzexpand_main.c.gcov
         <screen>
 INT file;
 
-/* Check for non-existent file. */
+/* Check for nonexistent file. */
 file = LZOpenFile("badfilename_", &amp;test, OF_READ);
 ok(file == LZERROR_BADINHANDLE, 
    "LZOpenFile succeeded on nonexistent file\n");
Index: en/winelib-mfc.sgml
===================================================================
RCS file: /cvsroot/wine/docs/en/winelib-mfc.sgml,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 winelib-mfc.sgml
--- en/winelib-mfc.sgml	9 May 2005 05:31:09 -0000	1.1.1.1
+++ en/winelib-mfc.sgml	18 May 2005 08:27:27 -0000
@@ -80,7 +80,7 @@
       <para>
         First you must legally get MFC source code on your computer. The MFC
         source code comes as a part of Visual Studio. The license for
-        Visual Studio implies it is a single product that can not
+        Visual Studio implies it is a single product that cannot
         be broken up into its components. So the cleanest way to get MFC on
         your system is to buy Visual Studio and install it on a dual boot
         Linux box.
Index: en/wineusr-configuring.sgml
===================================================================
RCS file: /cvsroot/wine/docs/en/wineusr-configuring.sgml,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 wineusr-configuring.sgml
--- en/wineusr-configuring.sgml	9 May 2005 05:31:12 -0000	1.1.1.1
+++ en/wineusr-configuring.sgml	18 May 2005 08:27:27 -0000
@@ -1435,7 +1435,7 @@ ln -s /c c:
             <filename>c:\AnApp</filename> directories as well as have
             read access to the entire FAT filesystem.  On this system
             the FAT filesystem has default permissions which should not
-            be changed for security reasons or can not be changed due to
+            be changed for security reasons or cannot be changed due to
             lack of root access.  On this system a shadow directory
             might be set up in the following manner:
           </para>


More information about the wine-patches mailing list