[WINEHQ] Assorted spelling fixes

Francois Gouget fgouget at free.fr
Sat Nov 11 13:19:04 CST 2006


Changelog:

 * templates/en/fun_projects.template
   wwn/wn19990920_9.xml
   wwn/wn20000306_33.xml
   wwn/wn20000522_44.xml
   wwn/wn20000626_49.xml
   wwn/wn20001009_64.xml
   wwn/wn20001106_68.xml
   wwn/wn20010101_76.xml
   wwn/wn20010115_78.xml
   wwn/wn20010305_85.xml
   wwn/wn20010326_88.xml
   wwn/wn20011021_106.xml
   wwn/wn20011125_109.xml
   wwn/wn20011224_111.xml
   wwn/wn20020114_113.xml
   wwn/wn20020224_116.xml
   wwn/wn20020418_120.xml
   wwn/wn20020620_127.xml
   wwn/wn20020807_131.xml
   wwn/wn20021129_146.xml
   wwn/wn20021206_147.xml
   wwn/wn20021220_149.xml
   wwn/wn20030103_151.xml
   wwn/wn20030214_157.xml
   wwn/wn20030425_167.xml
   wwn/wn20030704_177.xml
   wwn/wn20030808_182.xml
   wwn/wn20031010_191.xml
   wwn/wn20031017_192.xml
   wwn/wn20031212_200.xml
   wwn/wn20040206_209.xml
   wwn/wn20040305_213.xml
   wwn/wn20040326_216.xml
   wwn/wn20040416_219.xml
   wwn/wn20040709_230.xml
   wwn/wn20040813_235.xml
   wwn/wn20040917_240.xml
   wwn/wn20041029_246.xml
   wwn/wn20050114_257.xml
   wwn/wn20050225_263.xml
   wwn/wn20050304_264.xml
   wwn/wn20050708_282.xml
   wwn/wn20060226_306.xml
   wwn/interviews/interview_5.xml

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

-- 
Francois Gouget <fgouget at free.fr>              http://fgouget.free.fr/
                  A black hole is just God dividing by zero.
-------------- next part --------------
Index: templates/en/fun_projects.template
===================================================================
RCS file: /home/wine/lostwages/templates/en/fun_projects.template,v
retrieving revision 1.30
diff -u -p -r1.30 fun_projects.template
--- templates/en/fun_projects.template	17 Jan 2006 15:27:11 -0000	1.30
+++ templates/en/fun_projects.template	11 Nov 2006 19:13:44 -0000
@@ -302,7 +302,7 @@
   <br>
   <strong>Update:</strong> Here is an
   <a href="http://uucode.com/texts/python-mingw/python-mingw.html">article</a>
-  containing a log of succesfull compilation of Python 2.2 using MinGW.
+  containing a log of successful compilation of Python 2.2 using MinGW.
 
   <h2>Toolkits</h2>
   While some have focused on portable runtimes (see above), others tried
Index: wwn/wn19990920_9.xml
===================================================================
RCS file: /home/wine/lostwages/wwn/wn19990920_9.xml,v
retrieving revision 1.5
diff -u -p -r1.5 wn19990920_9.xml
--- wwn/wn19990920_9.xml	25 Jul 2003 18:45:03 -0000	1.5
+++ wwn/wn19990920_9.xml	11 Nov 2006 19:13:44 -0000
@@ -287,7 +287,7 @@ application. The makefile builds a targe
 takes one command line argument which is a bit mask of the selection types
 to be acquired. Currently we just support two selections PRIMARY (internal
 mask value 1) and CLIPBOARD (internal mask value 2). If no argument is
-supplied the server aquires all selections. (mask value 3)
+supplied the server acquires all selections. (mask value 3)
 
 <p />
 
Index: wwn/wn20000306_33.xml
===================================================================
RCS file: /home/wine/lostwages/wwn/wn20000306_33.xml,v
retrieving revision 1.5
diff -u -p -r1.5 wn20000306_33.xml
--- wwn/wn20000306_33.xml	27 Jan 2005 15:21:25 -0000	1.5
+++ wwn/wn20000306_33.xml	11 Nov 2006 19:13:44 -0000
@@ -277,7 +277,7 @@ the binary RPMs I had used before manage
 <p />
 
 On my system, the latest Wine release was completely unable to find its
-shared library files.  After kludgeing a fix using soft links, Wine was
+shared library files.  After kludging a fix using soft links, Wine was
 then unable to find wine.conf.  So I moved wine.conf.  Then Wine
 generated errors about being unable to bind to many functions within
 mscrt32.dll (using "deadbeef" instead), then crashing when a "deadbeef"
Index: wwn/wn20000522_44.xml
===================================================================
RCS file: /home/wine/lostwages/wwn/wn20000522_44.xml,v
retrieving revision 1.3
diff -u -p -r1.3 wn20000522_44.xml
--- wwn/wn20000522_44.xml	16 Dec 2003 17:09:26 -0000	1.3
+++ wwn/wn20000522_44.xml	11 Nov 2006 19:13:45 -0000
@@ -79,7 +79,7 @@ regarding thread safety (some locks must
 OpenGL functions), reentrancy (can an OpenGl function be called - thru 
 this thunking mechanism - while already executing the call to another
 OpenGL function), PIC (since the generated code can be put in a .so
-file, it needs to be Position Independant Code - all references are
+file, it needs to be Position Independent Code - all references are
 relative).
 
 <p />
Index: wwn/wn20000626_49.xml
===================================================================
RCS file: /home/wine/lostwages/wwn/wn20000626_49.xml,v
retrieving revision 1.4
diff -u -p -r1.4 wn20000626_49.xml
--- wwn/wn20000626_49.xml	16 Dec 2003 17:09:26 -0000	1.4
+++ wwn/wn20000626_49.xml	11 Nov 2006 19:13:45 -0000
@@ -89,7 +89,7 @@ Unicode implementation.
 <p />
 
 Ove K&#229;ven re-posted a patch (already sent a couple of days ago, and
-still not commited to CVS tree) and asked why it has been commited nor 
+still not committed to CVS tree) and asked why it has been neither committed nor 
 rejected. This patch was an attempt to let binary packages for Wine
 (like RPM) which normally are installed under /usr/local/wine work out 
 of the box.
Index: wwn/wn20001009_64.xml
===================================================================
RCS file: /home/wine/lostwages/wwn/wn20001009_64.xml,v
retrieving revision 1.3
diff -u -p -r1.3 wn20001009_64.xml
--- wwn/wn20001009_64.xml	16 Dec 2003 17:09:27 -0000	1.3
+++ wwn/wn20001009_64.xml	11 Nov 2006 19:13:45 -0000
@@ -572,7 +572,7 @@ Here they are:
 
 <p />
 
-Even if Andreas felt disapointed by the results, Francois Jacques
+Even if Andreas felt disappointed by the results, Francois Jacques
 tries to have a bright sight on the results 
 <quote who="Francois Jacques">
 Well, even if it looks sad... at least now we have a better view of
Index: wwn/wn20001106_68.xml
===================================================================
RCS file: /home/wine/lostwages/wwn/wn20001106_68.xml,v
retrieving revision 1.5
diff -u -p -r1.5 wn20001106_68.xml
--- wwn/wn20001106_68.xml	28 Mar 2005 16:22:18 -0000	1.5
+++ wwn/wn20001106_68.xml	11 Nov 2006 19:13:45 -0000
@@ -203,7 +203,7 @@ with symbolic info so we can get decent 
 
 <p />
 
-Since noone really answered this (and which came from a larger
+Since no one really answered this (and which came from a larger
 consensus), next major WineHQ revamping shall include this.
 
 <p />
Index: wwn/wn20010101_76.xml
===================================================================
RCS file: /home/wine/lostwages/wwn/wn20010101_76.xml,v
retrieving revision 1.5
diff -u -p -r1.5 wn20010101_76.xml
--- wwn/wn20010101_76.xml	16 Dec 2003 17:09:27 -0000	1.5
+++ wwn/wn20010101_76.xml	11 Nov 2006 19:13:45 -0000
@@ -39,7 +39,7 @@ going on around Wine (the Un*x Windows e
 
 <p />
 
-Well, that's a brand new year, century even millenium opening in front
+Well, that's a brand new year, century even millennium opening in front
 of us. I really feel like 2001 will be the year of Wine 1.0, including
 all the great new stuff, like TransGaming is doing (see article
 below), and the great progress on lots of areas:
Index: wwn/wn20010115_78.xml
===================================================================
RCS file: /home/wine/lostwages/wwn/wn20010115_78.xml,v
retrieving revision 1.4
diff -u -p -r1.4 wn20010115_78.xml
--- wwn/wn20010115_78.xml	24 Mar 2004 16:18:47 -0000	1.4
+++ wwn/wn20010115_78.xml	11 Nov 2006 19:13:45 -0000
@@ -109,7 +109,7 @@ certainly give us some advantages as wel
 Alexandre before entering another big files shuffling liked to know if 
 it was completely acceptable (he was worried with creating new
 interfaces, and hoped MS had already defined such interfaces ; he also 
-didn't like interface that didn't provide the relevent abstraction
+didn't like interface that didn't provide the relevant abstraction
 level).
 
 <p />
Index: wwn/wn20010305_85.xml
===================================================================
RCS file: /home/wine/lostwages/wwn/wn20010305_85.xml,v
retrieving revision 1.3
diff -u -p -r1.3 wn20010305_85.xml
--- wwn/wn20010305_85.xml	16 Dec 2003 17:09:27 -0000	1.3
+++ wwn/wn20010305_85.xml	11 Nov 2006 19:13:45 -0000
@@ -143,7 +143,7 @@ rejected shared memory approach.
 
 As a conclusion (since none went out of the discussion), it may be
 possible that Gav (with TransGaming) writes an almost right but quick
-implementation of the mutexes, but which wouldn't be commited into the
+implementation of the mutexes, but which wouldn't be committed into the
 main Wine tree because it wouldn't be completely right. 
 </section>
 
Index: wwn/wn20010326_88.xml
===================================================================
RCS file: /home/wine/lostwages/wwn/wn20010326_88.xml,v
retrieving revision 1.3
diff -u -p -r1.3 wn20010326_88.xml
--- wwn/wn20010326_88.xml	31 Mar 2004 21:40:30 -0000	1.3
+++ wwn/wn20010326_88.xml	11 Nov 2006 19:13:45 -0000
@@ -178,7 +178,7 @@ up to date.  
 </p><p>
 Currently, we're undertaking a rearchitecture of the Direct3D work, along the
 lines of the DDraw HAL work we've been contributing to the WineHQ tree.  Basically,
-we're separating the glX code into the x11drv for device independance.  We're also
+we're separating the glX code into the x11drv for device independence.  We're also
 redoing the front end interfaces to start supporting D3D APIs both older and newer
 than D3D 7.  
 </p><p>
Index: wwn/wn20011021_106.xml
===================================================================
RCS file: /home/wine/lostwages/wwn/wn20011021_106.xml,v
retrieving revision 1.9
diff -u -p -r1.9 wn20011021_106.xml
--- wwn/wn20011021_106.xml	16 Dec 2004 23:00:57 -0000	1.9
+++ wwn/wn20011021_106.xml	11 Nov 2006 19:13:45 -0000
@@ -278,7 +278,7 @@ get some software to work:</p>
 
 <quote who="Michael Riedel"><p>
 I am going to migrate the EDA software environment from Windows NT to 
-Linux but I have still some software components requireing Windows. 
+Linux but I have still some software components requiring Windows. 
 That's why I use Wine. I own and use some software packages licensed to 
 a valid MAC address (flexlm MAC based license) and the corresponding NIC 
 is present in the Linux system.
Index: wwn/wn20011125_109.xml
===================================================================
RCS file: /home/wine/lostwages/wwn/wn20011125_109.xml,v
retrieving revision 1.10
diff -u -p -r1.10 wn20011125_109.xml
--- wwn/wn20011125_109.xml	30 Mar 2006 21:39:46 -0000	1.10
+++ wwn/wn20011125_109.xml	11 Nov 2006 19:13:46 -0000
@@ -267,7 +267,7 @@ settings.  Francois Gouget explained in 
  </p><p>
    I don't see why we should prevent Windows applications from doing so.
  Similarly, <code>SPI_GETSCREENSAVERRUNNING</code> could be used by an application to
- stop its slide-show since noone will be able to see it. But actually, it
+ stop its slide-show since no one will be able to see it. But actually, it
  now occurs to me that it may also be used by distributed-computing
  applications to know when to start their computations (for those that
  are not screen-savers).
Index: wwn/wn20011224_111.xml
===================================================================
RCS file: /home/wine/lostwages/wwn/wn20011224_111.xml,v
retrieving revision 1.8
diff -u -p -r1.8 wn20011224_111.xml
--- wwn/wn20011224_111.xml	10 Nov 2004 00:23:31 -0000	1.8
+++ wwn/wn20011224_111.xml	11 Nov 2006 19:13:46 -0000
@@ -378,7 +378,7 @@ be a *good* thing for the project, not a
  the LGPL would allow the same things, but with the X11 license it's a
  no-brainer.  And, as Gavriel mentions, he was able to release a product
  when there were concerns over whether releasing source code would violate 
- the US Digital Millenium Copyright Act.</p>
+ the US Digital Millennium Copyright Act.</p>
 
 <p>Well, unfortunately it's not quite as simple.  As Alexandre explains it,
 <quote who="Alexandre Julliard">
Index: wwn/wn20020114_113.xml
===================================================================
RCS file: /home/wine/lostwages/wwn/wn20020114_113.xml,v
retrieving revision 1.6
diff -u -p -r1.6 wn20020114_113.xml
--- wwn/wn20020114_113.xml	2 Sep 2004 19:09:22 -0000	1.6
+++ wwn/wn20020114_113.xml	11 Nov 2006 19:13:46 -0000
@@ -345,7 +345,7 @@ responded to Andreas with:</p>
  win31 look).  This would look similar to running Wine in non-desktop and 
  non-managed mode, although the windows actually were managed by OS/2.
 </p><p>
- Some people would argue that had IBM comitted to supporting Win32 stuff 
+ Some people would argue that had IBM committed to supporting Win32 stuff 
  that OS/2 would still be around.  Of course the bottom line is that the 
  way they were doing this meant MS got the money for a copy of Windows 
  every time someone bought OS/2.  Not good.  Wine wouldn't have that 
Index: wwn/wn20020224_116.xml
===================================================================
RCS file: /home/wine/lostwages/wwn/wn20020224_116.xml,v
retrieving revision 1.10
diff -u -p -r1.10 wn20020224_116.xml
--- wwn/wn20020224_116.xml	5 Jul 2005 14:42:33 -0000	1.10
+++ wwn/wn20020224_116.xml	11 Nov 2006 19:13:46 -0000
@@ -201,7 +201,7 @@ and wine-license.  This will be done by 
 counting them.  The side effect will be anything that is cross-posted will be
 counted twice, however I don't think that matters too much.</p>  
 
-<p>The issue of the Digital Millenium Copyright Act has come up a few times
+<p>The issue of the Digital Millennium Copyright Act has come up a few times
 in the recent license debate.  Yahoo carried a Reuters article this week
 titled 
 <a href="http://story.news.yahoo.com/news?tmpl=story;u=/nm/20020224/tc_nm/tech_copyright_dc_3;cid=581">
Index: wwn/wn20020418_120.xml
===================================================================
RCS file: /home/wine/lostwages/wwn/wn20020418_120.xml,v
retrieving revision 1.7
diff -u -p -r1.7 wn20020418_120.xml
--- wwn/wn20020418_120.xml	16 Mar 2005 17:21:48 -0000	1.7
+++ wwn/wn20020418_120.xml	11 Nov 2006 19:13:47 -0000
@@ -492,7 +492,7 @@
 	 before any other .h files.  I did this using the '-include' directive in gcc, 
 	 but it requires knowledge of the absolute path to the windows.h file.  This 
 	 means I need to specify the path in the Makefile, which is completely 
-	 non-portable (especialy with mingw which doesn't really have a default setup 
+	 non-portable (especially with mingw which doesn't really have a default setup 
 	 like cygwin does).
 	<ol><li /> So it seems I have three options.  I can append '#include &lt;windows.h&gt;' to 
 	each .c file (either wrapped in #define, or through the perl script)
Index: wwn/wn20020620_127.xml
===================================================================
RCS file: /home/wine/lostwages/wwn/wn20020620_127.xml,v
retrieving revision 1.7
diff -u -p -r1.7 wn20020620_127.xml
--- wwn/wn20020620_127.xml	28 Oct 2005 16:05:10 -0000	1.7
+++ wwn/wn20020620_127.xml	11 Nov 2006 19:13:47 -0000
@@ -159,7 +159,7 @@ case you're getting started with
 Wine and haven't seen the various guides you may find these
 useful.  Even better, if
 you think you can contribute feel free to fill-in the
-noticably missing pieces:
+noticeably missing pieces:
 <ul>	<li><a href="http://www.winehq.org/site/docs/wineusr-guide/">
 	Wine User's Guide</a></li>
 	<li><a href="http://www.winehq.org/site/docs/winedev-guide/">
Index: wwn/wn20020807_131.xml
===================================================================
RCS file: /home/wine/lostwages/wwn/wn20020807_131.xml,v
retrieving revision 1.10
diff -u -p -r1.10 wn20020807_131.xml
--- wwn/wn20020807_131.xml	12 Apr 2004 19:08:35 -0000	1.10
+++ wwn/wn20020807_131.xml	11 Nov 2006 19:13:47 -0000
@@ -279,7 +279,7 @@ David Hagood needed some advice on setti
 </p><p>
 CUPS *should* be totally easy to set up in Wine, yet for some reason
 Wine stumbles hard and dies instantly.
-If noone has a stab at fixing this, then maybe I'll have some time to fix
+If no one has a stab at fixing this, then maybe I'll have some time to fix
 it. Don't ask for a close look at my ToDo list, though... ;-)
 
 </p></quote>
Index: wwn/wn20021129_146.xml
===================================================================
RCS file: /home/wine/lostwages/wwn/wn20021129_146.xml,v
retrieving revision 1.8
diff -u -p -r1.8 wn20021129_146.xml
--- wwn/wn20021129_146.xml	5 Jul 2005 14:43:40 -0000	1.8
+++ wwn/wn20021129_146.xml	11 Nov 2006 19:13:47 -0000
@@ -508,7 +508,7 @@ registers. Does anyone have any idea wha
 replacement for cygwin would be? Maybe I need to ask the cygwin list.
 </p><p>
 My plan is to go through each one that doesn't link, look at all the 
-errors, and  categorize them (many are the same problem spread accross 
+errors, and  categorize them (many are the same problem spread across 
 various dlls), so that we can tackle the more widespread problems
 first... Any help with this appreciated :-)
 </p></quote>
Index: wwn/wn20021206_147.xml
===================================================================
RCS file: /home/wine/lostwages/wwn/wn20021206_147.xml,v
retrieving revision 1.11
diff -u -p -r1.11 wn20021206_147.xml
--- wwn/wn20021206_147.xml	20 Jun 2005 16:21:07 -0000	1.11
+++ wwn/wn20021206_147.xml	11 Nov 2006 19:13:48 -0000
@@ -304,7 +304,7 @@ havn't written an ActiveX control for it
 </p><p>
 Currently the HTML Help viewer requires an IWebBrowser interface, and only
 really works with an Internet Explorer installation - so I don't believe
-it should be commited into WINE proper yet. We don't want applications in
+it should be committed into WINE proper yet. We don't want applications in
 our own CVS that require native dlls :)
 </p><p>
 That brings me to my other WIP, de-QT'ing KHTML and turning it into a
Index: wwn/wn20021220_149.xml
===================================================================
RCS file: /home/wine/lostwages/wwn/wn20021220_149.xml,v
retrieving revision 1.8
diff -u -p -r1.8 wn20021220_149.xml
--- wwn/wn20021220_149.xml	24 Mar 2004 16:18:47 -0000	1.8
+++ wwn/wn20021220_149.xml	11 Nov 2006 19:13:48 -0000
@@ -160,9 +160,9 @@ it handles things like:</p>
 <p>Matthew Davison had some stuff to add too,
 <quote who="Matthew Davison">
  I have some work to the RunOnceEx section of wineboot, once (and if)
- Andy's version is commited will send a patch.</quote></p>
+ Andy's version is committed will send a patch.</quote></p>
 
-<p>A few days later the patch still hadn't been commited and
+<p>A few days later the patch still hadn't been committed and
 Shachar asked what exactly was wrong with it.  Alexandre 
 explained, 
 <quote who="Alexandre Julliard">
Index: wwn/wn20030103_151.xml
===================================================================
RCS file: /home/wine/lostwages/wwn/wn20030103_151.xml,v
retrieving revision 1.7
diff -u -p -r1.7 wn20030103_151.xml
--- wwn/wn20030103_151.xml	28 Oct 2005 16:05:11 -0000	1.7
+++ wwn/wn20030103_151.xml	11 Nov 2006 19:13:48 -0000
@@ -177,7 +177,7 @@ few pending dependencies)
 </p><p>
 since I'm not sure Alexandre will apply it right away (it seems his 
 mailbox is ready to explode ;-)), please give it a try (I've been using 
-it for a few days without noticable glitches, but since it tackles wine 
+it for a few days without noticeable glitches, but since it tackles wine 
 at heart, heavy testing would be better)
 </p><p>
 for the ones of you who would like to go further with it, I put #define 
Index: wwn/wn20030214_157.xml
===================================================================
RCS file: /home/wine/lostwages/wwn/wn20030214_157.xml,v
retrieving revision 1.10
diff -u -p -r1.10 wn20030214_157.xml
--- wwn/wn20030214_157.xml	28 Jul 2005 19:21:12 -0000	1.10
+++ wwn/wn20030214_157.xml	11 Nov 2006 19:13:49 -0000
@@ -240,7 +240,7 @@ button to paste text from the clipboard.
 but it was pointed out that supporting it would be difficult, if
 not impossible, simply because the middle mouse button may be used
 in an application.  I guess we'll wait for Ulrich's patch and see
-if anything noticably misbehaves.</p>  
+if anything noticeably misbehaves.</p>  
 
 
 </section>
Index: wwn/wn20030425_167.xml
===================================================================
RCS file: /home/wine/lostwages/wwn/wn20030425_167.xml,v
retrieving revision 1.8
diff -u -p -r1.8 wn20030425_167.xml
--- wwn/wn20030425_167.xml	16 Dec 2004 23:00:57 -0000	1.8
+++ wwn/wn20030425_167.xml	11 Nov 2006 19:13:49 -0000
@@ -302,7 +302,7 @@ or for which I don't have anything to te
 <ol>
 <li> Look at z-order issues for wintab contexts.
 	Wintab contexts have a z-order that appears to
-	be independant of window z-order.
+	be independent of window z-order.
 	This will need further investigation, to find out
 	how to map to XInput concepts.</li>
 
Index: wwn/wn20030704_177.xml
===================================================================
RCS file: /home/wine/lostwages/wwn/wn20030704_177.xml,v
retrieving revision 1.7
diff -u -p -r1.7 wn20030704_177.xml
--- wwn/wn20030704_177.xml	20 Jun 2005 16:21:07 -0000	1.7
+++ wwn/wn20030704_177.xml	11 Nov 2006 19:13:49 -0000
@@ -372,7 +372,7 @@ Actually Alexandre didn't like that patc
 wine-patches as "Add support for CP_UNIXCP". If you could try it and
 report whether it allows you to type with UTF-8 locale, it would be nice.
 </p><p>
-Once this patch is commited, all the base for keyboard layout support
+Once this patch is committed, all the base for keyboard layout support
 should be in place, and implementing kbd layout APIs should be a
 straightforward enough task.
 </p><p>
@@ -393,7 +393,7 @@ What exactly part of it you see could be
 <quote who="Shachar Shemesh"><p>
 I was aiming for the following path:
 <ol>
-   <li> Detect current keymap. Try to do that independantly for each
+   <li> Detect current keymap. Try to do that independently for each
       keymap group (i.e. - have an array - group0 - US, group1 - IL,
       group2 - RU).
       The keys will be stored inside the keyboard map in Unicode. I'm
Index: wwn/wn20030808_182.xml
===================================================================
RCS file: /home/wine/lostwages/wwn/wn20030808_182.xml,v
retrieving revision 1.6
diff -u -p -r1.6 wn20030808_182.xml
--- wwn/wn20030808_182.xml	16 Dec 2004 23:00:57 -0000	1.6
+++ wwn/wn20030808_182.xml	11 Nov 2006 19:13:49 -0000
@@ -287,7 +287,7 @@ versions of Windows/WINE.</li></ul>
 <p>David replied:</p>
 <quote who="David Miller"><p>
  I  have completed work on a script which makes an export table. 
- That is, it's completed if noone discovers a problem or feature that 
+ That is, it's completed if no one discovers a problem or feature that 
 should be added.  This table will have all windows versions in a row 
 across the top, and dlls in a column down the left side.  Each dll has 
 an X for versions of windows - including wine which export that dll. 
Index: wwn/wn20031010_191.xml
===================================================================
RCS file: /home/wine/lostwages/wwn/wn20031010_191.xml,v
retrieving revision 1.7
diff -u -p -r1.7 wn20031010_191.xml
--- wwn/wn20031010_191.xml	14 Aug 2006 15:46:58 -0000	1.7
+++ wwn/wn20031010_191.xml	11 Nov 2006 19:13:50 -0000
@@ -244,7 +244,7 @@ Full blown theming in windows uses a com
 files.
 </p><p>
 .theme files I believe existed before XP and do not use uxtheme.dll. They 
-primarilly just define system metrics and colors (along with icons for things 
+primarily just define system metrics and colors (along with icons for things 
 like My Computer, etc and mouse cursors).
 </p><p>
 .msstyles files are the basis of uxtheme.dll, and allow much broader theming 
@@ -264,7 +264,7 @@ HKEY_CURRENT_USER\Software\Microsoft\Win
 </p><p>
 The configuration seems to be split between those two locations, with a couple 
 options in both. HKCU primarily contains configuration related to XP's 
-msstyles method of theming, HKLM looks to primarilly define theming 
+msstyles method of theming, HKLM looks to primarily define theming 
 with .theme files (although there is some slight crossover between the two).
 </p></quote>
 
@@ -465,7 +465,7 @@ of .lnk files available at 
 the project you may want to check out the <a href="http://www.reactos.com">
 ReactOS website</a>.  Their Win32 subsystem relies on Wine and
 a lot of Wine portability and janitorial work has come out of
-it.  Steven Edwards is their Wine liason and has contributed a
+it.  Steven Edwards is their Wine liaison and has contributed a
 lot of valuable work to both projects.  [<i>note to self.. 
 interview Steven</i>]  Increasing contributions are becoming
 apparent as their lower level work matures.  This week Steven
Index: wwn/wn20031017_192.xml
===================================================================
RCS file: /home/wine/lostwages/wwn/wn20031017_192.xml,v
retrieving revision 1.3
diff -u -p -r1.3 wn20031017_192.xml
--- wwn/wn20031017_192.xml	16 Dec 2003 17:09:27 -0000	1.3
+++ wwn/wn20031017_192.xml	11 Nov 2006 19:13:50 -0000
@@ -340,7 +340,7 @@ that deals with more corner cases.
 
 </section><section 
 	title="Privileged Instructions Removed, Apps Broken" 
-	subject="Breakage in 'priviledged instructions' handling."
+	subject="Breakage in 'privileged instructions' handling."
 	archive="http://www.winehq.org/hypermail/wine-devel/2003/10/0372.html" 
 	posts="6"
 	startdate="10/11/2003"
Index: wwn/wn20031212_200.xml
===================================================================
RCS file: /home/wine/lostwages/wwn/wn20031212_200.xml,v
retrieving revision 1.4
diff -u -p -r1.4 wn20031212_200.xml
--- wwn/wn20031212_200.xml	20 Jun 2005 16:21:07 -0000	1.4
+++ wwn/wn20031212_200.xml	11 Nov 2006 19:13:50 -0000
@@ -452,8 +452,8 @@ http://cvs.reactos.com/cvsweb.cgi/reacto
  Petreolle decided to submit a patch to update Wine's ALSA interface but
  wondered why it wasn't applied:</p>
 <quote who="Sylvain Petreolle"><p>
-My winalsa patch for alsa 1.0 support wasn't commited and there
-wasn't any feedback fo it. Another winealsa patch was commited after
+My winalsa patch for alsa 1.0 support wasn't committed and there
+wasn't any feedback fo it. Another winealsa patch was committed after
 that, should I resubmit mine ?
 </p><p>
 References:
Index: wwn/wn20040206_209.xml
===================================================================
RCS file: /home/wine/lostwages/wwn/wn20040206_209.xml,v
retrieving revision 1.3
diff -u -p -r1.3 wn20040206_209.xml
--- wwn/wn20040206_209.xml	11 Jan 2005 16:13:36 -0000	1.3
+++ wwn/wn20040206_209.xml	11 Nov 2006 19:13:50 -0000
@@ -450,7 +450,7 @@ more logical order.  So...</p>
    <li> Who's Who (Tom)</li>
    <li> Documentation page update (???)</li>
    <li> Download page (esp. source) needs work (???)</li>
-   <li> Acknowledgment page (???)</li>
+   <li> Acknowledgement page (???)</li>
    <li> UI status update (???)</li>
    <li> Integrate API status into WineHQ (???)</li>
 </ol>
Index: wwn/wn20040305_213.xml
===================================================================
RCS file: /home/wine/lostwages/wwn/wn20040305_213.xml,v
retrieving revision 1.3
diff -u -p -r1.3 wn20040305_213.xml
--- wwn/wn20040305_213.xml	24 Mar 2004 16:12:19 -0000	1.3
+++ wwn/wn20040305_213.xml	11 Nov 2006 19:13:50 -0000
@@ -135,7 +135,7 @@ their .Net implementation.  The idea her
 of doing all the complex windowing required of .NET's System.Windows.Forms
 classes.  So it makes sense to bolt Wine's Win32 to C#.   Unfortunately,
 Mono required a forked version of Wine in order to load things the way
-they want.  This doesn't help anyone and the maintainance work is a pain.
+they want.  This doesn't help anyone and the maintenance work is a pain.
 (For more info, see some of the earlier threads in issues
 <a href="http://www.winehq.org/site/?issue=162#.NET%20Success">#162</a> and
 <a href="http://www.winehq.org/?issue=171#Making%20Mono's%20Winforms%20Work">
Index: wwn/wn20040326_216.xml
===================================================================
RCS file: /home/wine/lostwages/wwn/wn20040326_216.xml,v
retrieving revision 1.3
diff -u -p -r1.3 wn20040326_216.xml
--- wwn/wn20040326_216.xml	20 Jun 2005 16:21:07 -0000	1.3
+++ wwn/wn20040326_216.xml	11 Nov 2006 19:13:50 -0000
@@ -184,7 +184,7 @@ has not problem with it, he is still rev
 <p>Jeremy Newman then took a look at it and made modifications.
 He announced:</p>
 <quote who="Jeremy Newman"><p>
-Ok, I have commited a version of hatky's work. It is in one php file
+Ok, I have committed a version of hatky's work. It is in one php file
 instead of split across multiple files.
 </p><p>
 The file is in the tools cvs
Index: wwn/wn20040416_219.xml
===================================================================
RCS file: /home/wine/lostwages/wwn/wn20040416_219.xml,v
retrieving revision 1.3
diff -u -p -r1.3 wn20040416_219.xml
--- wwn/wn20040416_219.xml	19 Apr 2004 20:25:08 -0000	1.3
+++ wwn/wn20040416_219.xml	11 Nov 2006 19:13:51 -0000
@@ -120,7 +120,7 @@ guarantee that.  A few people have taken
 latest was announced by Mike on Saturday:</p>
 <quote who="Mike McCormack"><p>
 This patch works around the exec-shield problems with Fedora Core.  I'd 
-be greatful if any people using Fedora core could test it out and see 
+be grateful if any people using Fedora core could test it out and see 
 how it works.
 </p><p>
 It should be enough to apply it to the latest CVS tip and recompile.
Index: wwn/wn20040709_230.xml
===================================================================
RCS file: /home/wine/lostwages/wwn/wn20040709_230.xml,v
retrieving revision 1.4
diff -u -p -r1.4 wn20040709_230.xml
--- wwn/wn20040709_230.xml	26 Oct 2006 19:26:30 -0000	1.4
+++ wwn/wn20040709_230.xml	11 Nov 2006 19:13:51 -0000
@@ -474,7 +474,7 @@ The first question is in regards to the 
 Clause 3 of OpenSSL license:
 <ul><i>
   3. All advertising materials mentioning features or use of this
-     software must display the following acknowledgment:
+     software must display the following acknowledgement:
      "This product includes software developed by the OpenSSL Project
      for use in the OpenSSL Toolkit. 
      (<a href="http://www.openssl.org/">http://www.openssl.org/</a>)"
Index: wwn/wn20040813_235.xml
===================================================================
RCS file: /home/wine/lostwages/wwn/wn20040813_235.xml,v
retrieving revision 1.4
diff -u -p -r1.4 wn20040813_235.xml
--- wwn/wn20040813_235.xml	2 Sep 2004 19:09:22 -0000	1.4
+++ wwn/wn20040813_235.xml	11 Nov 2006 19:13:51 -0000
@@ -237,7 +237,7 @@ not to be true. I am suspecting that som
 support somewhere.
 </p><p>
 I am probably not anywhere close to having anything clean enough to 
-start commiting to Wine. But if you really want to help we may be able 
+start committing to Wine. But if you really want to help we may be able 
 to work together on some stuff.
 </p></quote>
 
Index: wwn/wn20040917_240.xml
===================================================================
RCS file: /home/wine/lostwages/wwn/wn20040917_240.xml,v
retrieving revision 1.4
diff -u -p -r1.4 wn20040917_240.xml
--- wwn/wn20040917_240.xml	30 Oct 2006 17:44:43 -0000	1.4
+++ wwn/wn20040917_240.xml	11 Nov 2006 19:13:51 -0000
@@ -204,7 +204,7 @@ came up involved creating a new library 
 between related parts of DirectX, in particular Direct3D.  
 Jason Edmeades resurrected the topic this week:</p>
 <quote who="Jason Edmeades"><p>
-I've spoken with the wine-d3d people and noone is currently doing anything
+I've spoken with the wine-d3d people and no one is currently doing anything
 on directx9 support. Originally Raphael was trying to merge things into a
 new library, wined3d, using an interface which ddraw could also use. This
 has not happened, and as we stand there is no progress being made.
Index: wwn/wn20041029_246.xml
===================================================================
RCS file: /home/wine/lostwages/wwn/wn20041029_246.xml,v
retrieving revision 1.2
diff -u -p -r1.2 wn20041029_246.xml
--- wwn/wn20041029_246.xml	16 Dec 2004 23:00:57 -0000	1.2
+++ wwn/wn20041029_246.xml	11 Nov 2006 19:13:51 -0000
@@ -364,7 +364,7 @@ since there must be some Windows program
 <quote who="Mike McCormack"><p>
 GradientFill is pretty slow, as it fills the rectangle line by line. 
 I'm not sure how much this is going to slow down a normal application. 
-It used to draw pixel by pixel, and that was a very noticable 
+It used to draw pixel by pixel, and that was a very noticeable 
 slowdown... line by line is much faster than that, but it still may 
 cause a slowdown in some circumstances.
 </p><p>
Index: wwn/wn20050114_257.xml
===================================================================
RCS file: /home/wine/lostwages/wwn/wn20050114_257.xml,v
retrieving revision 1.3
diff -u -p -r1.3 wn20050114_257.xml
--- wwn/wn20050114_257.xml	30 Oct 2006 17:44:43 -0000	1.3
+++ wwn/wn20050114_257.xml	11 Nov 2006 19:13:51 -0000
@@ -563,7 +563,7 @@ done it, but it hadn't been included in 
 <quote who="Con Kolivas">
 
  I had proposed a fixed priority scheduling class on the linux kernel 
- mailing list for just such an occasion. However noone noticed or seemed 
+ mailing list for just such an occasion. However no one noticed or seemed 
  interested. The patch is in the lkml archives and would be trivial to 
  re-implement. Would this be helpful? I know Ingo Molnar certainly saw a 
  need for such a patch after I described a different issue that could be 
Index: wwn/wn20050225_263.xml
===================================================================
RCS file: /home/wine/lostwages/wwn/wn20050225_263.xml,v
retrieving revision 1.4
diff -u -p -r1.4 wn20050225_263.xml
--- wwn/wn20050225_263.xml	26 Oct 2005 20:25:59 -0000	1.4
+++ wwn/wn20050225_263.xml	11 Nov 2006 19:13:51 -0000
@@ -226,7 +226,7 @@ of OpenGL and can be used to do off-scre
 the reason you want to render off-screen is for performance.  First,
 you set up a nice image buffer and you do all your rendering into it.  
 The processing to make a complete scene can be extensive and doing it
-in real-time can incur a noticable performance hit.  After you've 
+in real-time can incur a noticeable performance hit.  After you've 
 rendered your scene into a buffer, it simply gets copied onto the
 screen.  Needing PBuffer support led Lionel Ulmer to remark:</p>
 <quote who="Lionel Ulmer"><p>
Index: wwn/wn20050304_264.xml
===================================================================
RCS file: /home/wine/lostwages/wwn/wn20050304_264.xml,v
retrieving revision 1.6
diff -u -p -r1.6 wn20050304_264.xml
--- wwn/wn20050304_264.xml	10 Aug 2005 15:33:11 -0000	1.6
+++ wwn/wn20050304_264.xml	11 Nov 2006 19:13:52 -0000
@@ -201,7 +201,7 @@ monolithic 200 line globs.  I like the a
 <p>
 OK, now some suggestions:
 <ul>
-<li> submitting riched20 and the new wordpad program seperately would be a 
+<li> submitting riched20 and the new wordpad program separately would be a 
 good idea.  The bigger the patch, the longer it tends to hang round 
 before it's committed.</li>
 
Index: wwn/wn20050708_282.xml
===================================================================
RCS file: /home/wine/lostwages/wwn/wn20050708_282.xml,v
retrieving revision 1.2
diff -u -p -r1.2 wn20050708_282.xml
--- wwn/wn20050708_282.xml	28 Jul 2005 19:21:12 -0000	1.2
+++ wwn/wn20050708_282.xml	11 Nov 2006 19:13:52 -0000
@@ -145,7 +145,7 @@ http://www.codesampler.com/dx9src.htm</a
 <li>dx9_texture_mipmapping</li>
 <li>dx9_indexed_geometry</li>
 <li>dx9_texture_filtering</li>
-<li>dx9_initilization</li>
+<li>dx9_initialization</li>
 <li>dx9_texture_subloading</li>
 <li>dx9_offscreen_rendering</li>
 <li>dx9_1pass_emboss_bump_mapping</li>
Index: wwn/wn20060226_306.xml
===================================================================
RCS file: /home/wine/lostwages/wwn/wn20060226_306.xml,v
retrieving revision 1.3
diff -u -p -r1.3 wn20060226_306.xml
--- wwn/wn20060226_306.xml	27 Feb 2006 22:09:53 -0000	1.3
+++ wwn/wn20060226_306.xml	11 Nov 2006 19:13:52 -0000
@@ -189,7 +189,7 @@ It moves the d3d8 surface 
 structure over to wined3d. As moving all code over in one step to wined3d is 
 not a good idea the old d3d8 code had to be made compatible with the new 
 structure. This change required me to import some structures from the 
-wined3d_private.h header untill the move is over (the wined3d header can't be 
+wined3d_private.h header until the move is over (the wined3d header can't be 
 included by d3d8 as it conflicts with d3d8_private.h). Further some pieces of 
 surface code were moved over to wined3d.
 </p></quote>
@@ -275,7 +275,7 @@ Just wanted to report my wine experience
 I've run Lotus Notes with wine for a long time. What I notice with wine-0.9.8 
 (though this was present in a few releases before but not in all releases):
 <ul>
-<li> Wine is noticably faster than the snapshot 200412xx</li>
+<li> Wine is noticeably faster than the snapshot 200412xx</li>
 <li> I need to select win98 to get the file select box working</li>
 <li> I need to set WINEDLLOVERRIDES="usp10=n"</li>
 <li> Cut and paste between X and wine applications works only when selecting the 
Index: wwn/interviews/interview_5.xml
===================================================================
RCS file: /home/wine/lostwages/wwn/interviews/interview_5.xml,v
retrieving revision 1.1
diff -u -p -r1.1 interview_5.xml
--- wwn/interviews/interview_5.xml	6 May 2003 21:29:52 -0000	1.1
+++ wwn/interviews/interview_5.xml	11 Nov 2006 19:13:52 -0000
@@ -23,7 +23,7 @@ PC, and a friend of mine told me about W
 started running a few apps... (Un)fortunenately, a part of the Windows 
 app I wanted to use (mainly MIDI sequencers &amp; edition program) didn't 
 work on Wine. So, I waited a couple of months to see if someone was 
-tackling the issue, and when I understood noone was actually working on 
+tackling the issue, and when I understood no one was actually working on 
 it I decided taking a spin.</p></answer>
 
 <question><p><i>BV:</i> So had you been using Linux/Unix for a while at that point?</p></question>


More information about the wine-patches mailing list