docs/en winedev-coding.sgml winedev-debugging. ...

Dimi Paun dimi at users.sourceforge.net
Wed May 18 06:50:17 CDT 2005


ChangeSet ID:	1116417017841149674569355
CVSROOT:	/cvsroot/wine
Module name:	docs
Changes by:	dimi at sc8-pr-cvs1.sourceforge.net	2005/05/18 04:50:17

Modified files:
	en             : winedev-coding.sgml winedev-debugging.sgml 
	                 winedev-otherdebug.sgml winelib-mfc.sgml 
	                 wineusr-configuring.sgml 

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


Old revision  New revision  Changes     Path
 1.1.1.1       1.2           +1 -1       docs/en/winedev-coding.sgml
 1.1.1.1       1.2           +1 -1       docs/en/winedev-debugging.sgml
 1.1.1.1       1.2           +1 -1       docs/en/winedev-otherdebug.sgml
 1.1.1.1       1.2           +1 -1       docs/en/winelib-mfc.sgml
 1.1.1.1       1.2           +1 -1       docs/en/wineusr-configuring.sgml

Index: docs/en/winedev-coding.sgml
diff -u -p docs/en/winedev-coding.sgml:1.1.1.1 docs/en/winedev-coding.sgml:1.2
--- docs/en/winedev-coding.sgml	18 May 2005 11:50:17 -0000
+++ /dev/null	18 May 2005 11:50:17 -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: docs/en/winedev-debugging.sgml
diff -u -p docs/en/winedev-debugging.sgml:1.1.1.1 docs/en/winedev-debugging.sgml:1.2
--- docs/en/winedev-debugging.sgml	18 May 2005 11:50:17 -0000
+++ /dev/null	18 May 2005 11:50:17 -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: docs/en/winedev-otherdebug.sgml
diff -u -p docs/en/winedev-otherdebug.sgml:1.1.1.1 docs/en/winedev-otherdebug.sgml:1.2
--- docs/en/winedev-otherdebug.sgml	18 May 2005 11:50:17 -0000
+++ /dev/null	18 May 2005 11:50:17 -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: docs/en/winelib-mfc.sgml
diff -u -p docs/en/winelib-mfc.sgml:1.1.1.1 docs/en/winelib-mfc.sgml:1.2
--- docs/en/winelib-mfc.sgml	18 May 2005 11:50:17 -0000
+++ /dev/null	18 May 2005 11:50:17 -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: docs/en/wineusr-configuring.sgml
diff -u -p docs/en/wineusr-configuring.sgml:1.1.1.1 docs/en/wineusr-configuring.sgml:1.2
--- docs/en/wineusr-configuring.sgml	18 May 2005 11:50:17 -0000
+++ /dev/null	18 May 2005 11:50:17 -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-cvs mailing list