[WINEHQ] Assorted spelling fixes

Francois Gouget fgouget at free.fr
Fri May 27 18:38:31 CDT 2005


Changelog:

  * wwn/wn20020613_126.xml
    wwn/wn20021108_143.xml
    wwn/wn20040116_205.xml
    wwn/wn20050527_276.xml

    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: wwn/wn20020613_126.xml
===================================================================
RCS file: /var/cvs/lostwages/wwn/wn20020613_126.xml,v
retrieving revision 1.6
diff -u -p -r1.6 wn20020613_126.xml
--- wwn/wn20020613_126.xml	16 Dec 2004 23:00:57 -0000	1.6
+++ wwn/wn20020613_126.xml	27 May 2005 20:43:42 -0000
@@ -529,7 +529,7 @@ Changes:
           <li> I followed the autodocumentation instructions. Is this at
             all still supported or required?</li>
           <li> The algorithm I used is far from a good one. It still
-            doesn't support right to left paragraphs, neutral boundry
+            doesn't support right to left paragraphs, neutral boundary
             characters, and a bunch of other necessary stuff. All it
             does, at the moment, is make sure consecutive runs of one
             direction are, more or less, readable.</li>
Index: wwn/wn20021108_143.xml
===================================================================
RCS file: /var/cvs/lostwages/wwn/wn20021108_143.xml,v
retrieving revision 1.7
diff -u -p -r1.7 wn20021108_143.xml
--- wwn/wn20021108_143.xml	26 Jan 2004 22:57:41 -0000	1.7
+++ wwn/wn20021108_143.xml	27 May 2005 21:17:07 -0000
@@ -511,7 +511,7 @@ and programs what need other different p
     VERSION 3.00:<ul>
     * Install: Yes. (It will install winrar in the directory what you are
       when run the installer, it is a buggy because you must stop the 
-      instalation with ctrl+c when it will ask by "overwrite files", but
+      installation with ctrl+c when it will ask by "overwrite files", but
       it works).
     * Run: Yes. (minnor glitches in bugzilla)</ul>
 </li>
@@ -520,7 +520,7 @@ and programs what need other different p
     VERSION 3.56:<ul>
     * Install: Yes. (It will install fruitloops in the directory what you are
       when run the installer, it is a buggy because you must stop the 
-      instalation with ctrl+c when it will ask by "overwrite files", but
+      installation with ctrl+c when it will ask by "overwrite files", but
       it works).
     * Run: No. (Need hhctrl.ocx native, with it the program runs, but i haven't
       used it before :/)</ul>
@@ -558,7 +558,7 @@ and programs what need other different p
     VERSION 2.0a.<ul>
     * Install: Yes. (It will install wordweb in the directory what you are
       when run the installer, it is a buggy because you must stop the
-      instalation with ctrl+c when it will ask by "overwrite files", but
+      installation with ctrl+c when it will ask by "overwrite files", but
       it works).
     * Run: No. Freeze, it will not show any window.</ul>
 </li>
Index: wwn/wn20040116_205.xml
===================================================================
RCS file: /var/cvs/lostwages/wwn/wn20040116_205.xml,v
retrieving revision 1.3
diff -u -p -r1.3 wn20040116_205.xml
--- wwn/wn20040116_205.xml	20 Jan 2004 21:08:18 -0000	1.3
+++ wwn/wn20040116_205.xml	27 May 2005 21:17:19 -0000
@@ -143,7 +143,7 @@ and anything to add?".
 </p><p>
 Well, I do. In the same setup as before, I have been able to use the 
 *native* odbc32.dll ODBC driver by pulling it from a real Windows 
-instalation and adding "odbc32"="native,builtin" in the config file. I 
+installation and adding "odbc32"="native,builtin" in the config file. I 
 Installed the psqlodbc driver from the Postgres database, and retried : 
 selecting "ODBC sources" in the "Attach tables" dialog box led me to the 
 usual ODBC manager dialogs, where I have been able to create a DSN to my 
Index: wwn/wn20050527_276.xml
===================================================================
RCS file: /var/cvs/lostwages/wwn/wn20050527_276.xml,v
retrieving revision 1.1
diff -u -p -r1.1 wn20050527_276.xml
--- wwn/wn20050527_276.xml	27 May 2005 06:23:24 -0000	1.1
+++ wwn/wn20050527_276.xml	27 May 2005 23:34:45 -0000
@@ -96,7 +96,7 @@ Its main goal is to miss deadlines. It a
 Jacek Caban has been busy implementing MSHTML on top of Mozilla.  
 MSHTML.DLL is a massive chunk of Internet Explorer; it's responsible
 for parsing and rendering HTML.  His first round worked with the 
-Windows version of Mozilla, now he's try to wrap the Linux version.
+Windows version of Mozilla, now he's trying to wrap the Linux version.
 This week he asked on wine-devel how to proceed with a native Linux
 Mozilla:</p>
 <quote who="Jacek Caban"><p>
@@ -177,7 +177,7 @@ First, it tries to initialise, and lets 
 this struct, then if something is needed, it just calls 
 Capture->SetFormat(Capture->pMine, parameters..), this is the qcap 
 implementation, but I'm sure that if I write some parts of it so it will 
-be DirectShow indepent, it can be used by avicap and qcap, I'm not 
+be DirectShow independent, it can be used by avicap and qcap, I'm not 
 really interested in avicap, but in the very least 
 capgetdriverdescription should use the same code as qcap, because 
 writing the same twice would mean a huge overhead.
@@ -249,7 +249,7 @@ To quote myself from 
 </p><p> 
 Large majority of PE executables have sections that are page-aligned in 
 memory but not in the PE file image. Linux's mmap() doesn't support 
-mappings that are not aligned to page boundries with regard to file 
+mappings that are not aligned to page boundaries with regard to file 
 offsets. Currently it forces wineserver to fake mmap() by allocating 
 anonymous pages and using read() to load the sections.
 </p><p>
@@ -270,7 +270,7 @@ Given an fd and an offset, a new fd is r
 fd, the mapping will be aligned with the given offset, which can be smaller 
 than PAGE_SIZE.
 </p><p>
-A wineserver implementation can check the existance of that module in the 
+A wineserver implementation can check the existence of that module in the 
 kernel (i.e "/proc/upmfs/interface" exists) and use its functionality.
 </p><p>
 The code for the upmfs source package 
@@ -294,7 +294,7 @@ cabinet.dll:</p>
 I just want to let you know that I'm working at the FCI functions of
 CABINET.DLL. I had a look at this a few years ago, but gave up soon.
 Two weeks ago I made a new attempt and next weekend I should
-be able I post a patch which implements all FCI functions and
+be able to post a patch which implements all FCI functions and
 will work with spanning cabinets. Real file compression will not be
 implemented at that point of time as I still have to write missing parts
 and complete error handling first. This work took me longer than
@@ -326,8 +326,8 @@ debugging symbols.
 
 <p>Rapha&#235;l confirmed that's the case:</p>
 <quote who="Raphael Junqueira"><p>
-dwarf2 debug format is the standard format since gcc3 (and dwarf3 format which
-is a dwarf2 extension already specified so gcc4/5 may use it).
+dwarf2 debug format is the standard format since gcc3 (and the dwarf3 format which
+is a dwarf2 extension is already specified so gcc4/5 may use it).
 </p><p>
 Stabs format (use when -gstabs+ option is used) is only supported (without 
 any evolution) for backward compatibility with olders debuggers.
@@ -388,14 +388,14 @@ Mike McCormack gave nice presentation at
 how to go about doing work on it.  After some discussion this week,
 Aric dropped a large patch and announced:</p>
 <quote who="Aric Stewart"><p>
-We have been concentrating alot of effort on Office 2003 and 
-specifically on getting office 2003 to install and come up properly. We 
+We have been concentrating a lot of effort on Office 2003 and 
+specifically on getting Office 2003 to install and come up properly. We 
 would love to work more directly with you and the whole Wine community 
 in this goal.
 </p><p>
 With this patch I have enabled the dialog code that Mike has put into 
 Wine and started a basic structure for handling ControlEvents sent to 
-and from various dialog controls. Alot of this code is still pretty 
+and from various dialog controls. A lot of this code is still pretty 
 hacky and incorrect but the basic functionality and structure is there. 
 It also should allow you to actually start installing Office.  With the 
 current CVS tip Office2003 fails to install due to actions relating to 
@@ -408,10 +408,10 @@ come up.
 We here at CodeWeavers are constantly trying to work closer with the 
 Wine community.  I am bad about keeping up on wine-devel, so you can 
 always e-mail me directly with MSI related things, and i know Mike 
-McCormack and a number of other are very good at keeping up on the 
+McCormack and a number of others are very good at keeping up on the 
 mailing list. I also hang out in the irc channel quite a bit.
 </p><p>
-With some work and some luck we should be able to get office 2003 
+With some work and some luck we should be able to get Office 2003 
 looking pretty good.
 </p></quote>
 


More information about the wine-patches mailing list