[WINEHQ] Assorted spelling fixes

Francois Gouget fgouget at free.fr
Thu Mar 3 04:10:10 CST 2005


Changelog:

  * templates/en/download-deb.template
    templates/en/janitorial.template
    templates/en/status_changelog.template
    wwn/wn19990627_2.xml
    wwn/wn19990718_4.xml
    wwn/wn19990914_8.xml
    wwn/wn20010422_92.xml
    wwn/wn20010718_100.xml
    wwn/wn20020325_118.xml
    wwn/wn20020509_122.xml
    wwn/wn20031121_197.xml
    wwn/wn20050218_262.xml
    wwn/wn20050225_263.xml

    Assorted spelling fixes.


-- 
Francois Gouget         fgouget at free.fr        http://fgouget.free.fr/
May your Tongue stick to the Roof of your Mouth with the Force of a Thousand Caramels.
-------------- next part --------------
Index: templates/en/download-deb.template
===================================================================
RCS file: /var/cvs/lostwages/templates/en/download-deb.template,v
retrieving revision 1.4
diff -u -p -r1.4 download-deb.template
--- templates/en/download-deb.template	13 Jan 2005 19:58:05 -0000	1.4
+++ templates/en/download-deb.template	25 Feb 2005 10:22:54 -0000
@@ -42,7 +42,7 @@ Then, see the instructions below for bui
 <p>If your system doesn't use a graphical package manager like Synaptic, you 
 will need to edit APT's configuration file by hand. You will need root access to
 do this and run the commands below. Switch to root by typing '<b>su</b>'. If you 
-are an Ubuntu user, you can instead preceed each command with '<b>sudo</b>'. Now, 
+are an Ubuntu user, you can instead precede each command with '<b>sudo</b>'. Now, 
 use your favorite text editor to open the file /etc/apt/sources.list or use the 
 console editor by typing '<b>nano /etc/apt/sources.list</b>' and then add the 
 following lines to the end:</p>
Index: templates/en/janitorial.template
===================================================================
RCS file: /var/cvs/lostwages/templates/en/janitorial.template,v
retrieving revision 1.70
diff -u -p -r1.70 janitorial.template
--- templates/en/janitorial.template	9 Feb 2005 22:35:34 -0000	1.70
+++ templates/en/janitorial.template	25 Feb 2005 10:28:56 -0000
@@ -17,7 +17,7 @@
 
   Wine code should avoid the use of strncpy for these reasons, and instead
   use lstrcpynA/W or memcpy. You can use the following command to find
-  occurences of strncpy in the Wine source code:<p>
+  occurrences of strncpy in the Wine source code:<p>
 
   <tt>find . -name \*.c -exec grep strncpy {} \; -ls</tt><p>
 
Index: templates/en/status_changelog.template
===================================================================
RCS file: /var/cvs/lostwages/templates/en/status_changelog.template,v
retrieving revision 1.28
diff -u -p -r1.28 status_changelog.template
--- templates/en/status_changelog.template	10 Feb 2005 22:23:44 -0000	1.28
+++ templates/en/status_changelog.template	25 Feb 2005 10:21:52 -0000
@@ -81,7 +81,7 @@
  <li>Put winecfg in Native Programs</li>
  <li>Window management needs proper inter-process handling of activation, focus, repaint. has been completed</li>
  <li>Workaround for the "no keyboard without Desktop mode" problem. has been fixed</li>
- <li>Make sure ASCII functions call the Unicode one and not the other way around (alot of work has been done on this)</li>
+ <li>Make sure ASCII functions call the Unicode one and not the other way around (a lot of work has been done on this)</li>
  <li>"Registry contents" is done as there is now a wine.inf script.</li>
  <li>Eric has been hard at work implementing two winedbg todos.</li>
  <li>We have now moved the file code into NTDLL and limited UNC support is available through manual mounting.</li>
Index: wwn/wn19990627_2.xml
===================================================================
RCS file: /var/cvs/lostwages/wwn/wn19990627_2.xml,v
retrieving revision 1.8
diff -u -p -r1.8 wn19990627_2.xml
--- wwn/wn19990627_2.xml	27 Jan 2005 15:21:25 -0000	1.8
+++ wwn/wn19990627_2.xml	25 Feb 2005 10:23:35 -0000
@@ -515,7 +515,7 @@ level operations like polygon drawing, f
 
 <p />
 
-Each of these assumptions make very much sense for the enviroments for which
+Each of these assumptions makes very much sense for the environments for which
 Wine and Micro-Windows was designed.
 
 <p />
Index: wwn/wn19990718_4.xml
===================================================================
RCS file: /var/cvs/lostwages/wwn/wn19990718_4.xml,v
retrieving revision 1.8
diff -u -p -r1.8 wn19990718_4.xml
--- wwn/wn19990718_4.xml	24 Mar 2004 16:18:47 -0000	1.8
+++ wwn/wn19990718_4.xml	25 Feb 2005 10:23:48 -0000
@@ -523,7 +523,7 @@ The patch tries to solve the following p
    use CRTDLL instead of libc.
 <li />Making is possible to for WineLib apps to use CRTDLL instead of libc.
 <li />Making it possible for WineLib apps to choose between using 
-   the CRTDLL or the libc variant of a funtion. 
+   the CRTDLL or the libc variant of a function. 
 </ol>
 
 <p />
Index: wwn/wn19990914_8.xml
===================================================================
RCS file: /var/cvs/lostwages/wwn/wn19990914_8.xml,v
retrieving revision 1.4
diff -u -p -r1.4 wn19990914_8.xml
--- wwn/wn19990914_8.xml	4 Sep 2003 15:39:16 -0000	1.4
+++ wwn/wn19990914_8.xml	25 Feb 2005 10:23:16 -0000
@@ -43,7 +43,7 @@ way,</quote> and to cope with lack of mm
 
 <p />
 
-Alexandre prefered not to put too much <code>#ifdef</code> in the code, and
+Alexandre preferred not to put too much <code>#ifdef</code> in the code, and
 rather use stubs for missing functions (like mmap) in a compatibility layer
 and have them return failure values.
 
Index: wwn/wn20010422_92.xml
===================================================================
RCS file: /var/cvs/lostwages/wwn/wn20010422_92.xml,v
retrieving revision 1.5
diff -u -p -r1.5 wn20010422_92.xml
--- wwn/wn20010422_92.xml	16 Dec 2003 17:09:27 -0000	1.5
+++ wwn/wn20010422_92.xml	25 Feb 2005 10:24:01 -0000
@@ -102,7 +102,7 @@ configuration
 <p>With a mostly 'native' configuration, I get the 0x80070008
    (ERROR_NOT_ENOUGH_MEMORY) error when trying to load IKernel.exe. I did
 not
-   spend a lot of time with this as 'builtin' really is the prefered method
+   spend a lot of time with this as 'builtin' really is the preferred method
    anyway.</p>
 
 <p>My question, is anyone currently working on implementing
Index: wwn/wn20010718_100.xml
===================================================================
RCS file: /var/cvs/lostwages/wwn/wn20010718_100.xml,v
retrieving revision 1.5
diff -u -p -r1.5 wn20010718_100.xml
--- wwn/wn20010718_100.xml	16 Dec 2003 17:09:27 -0000	1.5
+++ wwn/wn20010718_100.xml	25 Feb 2005 10:24:15 -0000
@@ -267,7 +267,7 @@ After exchanging some mail, Patrik asked
 
  <p>This is more a problem of inter-dependencies of X11DRV and USER32 (as the
  former should NEVER be loaded before the latter)... But as I could not fix
- this problem, I prefered going 'around' the problem :-) </p>
+ this problem, I preferred going 'around' the problem :-) </p>
 
  <p>And thus the attached patch (I see it was already done for DDraw) :</p>
 </quote>
Index: wwn/wn20020325_118.xml
===================================================================
RCS file: /var/cvs/lostwages/wwn/wn20020325_118.xml,v
retrieving revision 1.7
diff -u -p -r1.7 wn20020325_118.xml
--- wwn/wn20020325_118.xml	14 Jan 2004 23:49:03 -0000	1.7
+++ wwn/wn20020325_118.xml	25 Feb 2005 10:24:23 -0000
@@ -238,7 +238,7 @@ some details about running IE:
  Note IE is one of the main test vehicles that I use to work on rebar and
  toolbar. It is a great test program. It seems to use most of the documented
  interfaces for comctl32 and a lot of undocumented ones (see discussion of
- the toolbar mesage 0463).
+ the toolbar message 0463).
 </quote>
 
 <p />I was going to write a summary of the various presentations, but Michael
Index: wwn/wn20020509_122.xml
===================================================================
RCS file: /var/cvs/lostwages/wwn/wn20020509_122.xml,v
retrieving revision 1.9
diff -u -p -r1.9 wn20020509_122.xml
--- wwn/wn20020509_122.xml	24 Mar 2004 16:18:47 -0000	1.9
+++ wwn/wn20020509_122.xml	25 Feb 2005 10:24:46 -0000
@@ -422,8 +422,8 @@ Duane Clark ran into a problem, 
  <quote who="Huw Davies">
  I think you have a buggy version of libXrender.so.  Could you check
  that this patch stops the crash?  Unfortunately it will disable client
- side font rendering.  Jeremy came up with a truely horrible hack to
- workaround this problem but for some reason that I can't possibly
+ side font rendering.  Jeremy came up with a truly horrible hack to
+ work around this problem but for some reason that I can't possibly
  imagine Alexandre left it out when he committed the last xrender
  changes &lt;g&gt;.
  </quote>
Index: wwn/wn20031121_197.xml
===================================================================
RCS file: /var/cvs/lostwages/wwn/wn20031121_197.xml,v
retrieving revision 1.5
diff -u -p -r1.5 wn20031121_197.xml
--- wwn/wn20031121_197.xml	16 Dec 2004 23:00:57 -0000	1.5
+++ wwn/wn20031121_197.xml	25 Feb 2005 10:25:13 -0000
@@ -271,7 +271,7 @@ lost $$$ when switching to a new app.  S
 position,
 <quote who="Shachar Shemesh">
 Well, I guess making a new app work on Wine is a non-trivial task, and 
-so people prefer to focus their efforts where the app is truely needed - 
+so people prefer to focus their efforts where the app is truly needed - 
 i.e., where no native free software alternative is available. This does 
 not mean that David can't hack wine to make NetMeeting work himself, or 
 that Alexandre won't commit it. It just means that I, for one, have 
Index: wwn/wn20050218_262.xml
===================================================================
RCS file: /var/cvs/lostwages/wwn/wn20050218_262.xml,v
retrieving revision 1.1
diff -u -p -r1.1 wn20050218_262.xml
--- wwn/wn20050218_262.xml	18 Feb 2005 22:15:07 -0000	1.1
+++ wwn/wn20050218_262.xml	2 Mar 2005 21:38:33 -0000
@@ -154,7 +154,7 @@ As some of you may know, Microsoft is pl
 access to the Microsoft download center to all non-genuine Windows 
 users. So you would expect some check for pirated copies of Windows 
 to be involved. If you visit the download center with IE you get an 
-activex control, but if you try with Firefox, you'll have to download
+ActiveX control, but if you try with Firefox, you'll have to download
 a little program, that returns a code you have to copy into
 the download page, to get access to the download you selected.
 </p><p>
@@ -239,7 +239,7 @@ last time I saw it.
 We may also need to adjust the RPC runtime so that it runs a message 
 loop (for re-entrancy), but I don't think that'd be too hard.
 </p><p>
-So, maybe a week or two? It certainly should not be broken for more than 
+So, maybe a week or two? It certainly should not be broken for more than a
 month.</p></quote>
 
 <p>Rob followed up a few hours later with the patch:</p>
@@ -320,12 +320,12 @@ affects shadows and odd shaped windows e
 on the up side.
 <ul>
 <li>Stateblock support seems to be more complete than
-TransGamings.</li>
+TransGaming's.</li>
 
 <li>Swapchains are working, TransGaming doesn't have them.</li>
 
 <li>Non-power of two textures should work on all opengl
-video cards, transgaming only support a subset of
+video cards, transgaming only supports a subset of
 cards.</li>
 
 <li>Querys are stubbed, and I've got a version of
@@ -342,7 +342,7 @@ on-par with cedega.
 I'm looking at offscreen surfaces soon.
 </p><p>
 There are lots of easy performance boosters that can
-be implemented at somepoint.
+be implemented at some point.
 </p><p>
 Of the games I've tested this version works more often
 than Cedega, but that doesn't mean too much since most
@@ -382,14 +382,14 @@ Thanks for the incredible work so far!
 <p>Oliver explained why he wanted to look into it:</p>
 <quote who="Oliver Stieber"><p>
 Avalon depends heavily on DirectX 9, I'm not out to do
-Transgaming out of work so I'd prefer to focus on what
-isn't currently supported by Cedega/Crossover office,
-this would be things like Directx 9 applications, and
+TransGaming out of work so I'd prefer to focus on what
+isn't currently supported by Cedega/CrossOver Office,
+this would be things like DirectX 9 applications, and
 games that aren't FPS's or RTS's.
 </p><p>
 If Half Life 2 happens to work so be it, but I'm even
 less a fan of DRM/steam then I am of duplicating
-Transgaming's work.
+TransGaming's work.
 </p><p>
 If you would like me to work on something just ask. (I
 have to get a Job soon though, so my output will drop
@@ -412,7 +412,7 @@ and it now shows stuff! For shots check 
 <li><a href="http://roderick.student.utwente.nl/cstrike.png">http://roderick.student.utwente.nl/cstrike.png</a></li></ul></p>
 <p>
 Both games come to the menu screens I think (not sure what it all has to look 
-like) but from then on not much happens. In case of halfife2 I see some birds 
+like) but from then on not much happens. In the case of halfife2 I see some birds 
 flying on the background so the game isn't stuck. I think the menus aren't 
 drawn and I guess that might be related to the fixme 
 "<tt>d3d:IWineD3DDeviceImpl_SetSamplerState out of range sampler 0</tt>" which I'm 
@@ -519,7 +519,7 @@ task bar and immediately restore themsel
 People have commented on this before. To reiterate: all programs (that I have)
 behave in this manner, not staying minimized.
 </p><p>
-BTW one side affect of this patch - application icon is not displayed in the
+BTW one side effect of this patch - application icon is not displayed in the
 task bar anymore. Now it's back to wine's logo.
 
 </p></quote>
@@ -566,7 +566,7 @@ wineprefixcreate
 <quote who="Paul van Schayck"><p>
 
 I was just about to send a patch doing almost exactly the same things.
-Including the fix you put in to properply add a drive letter to the
+Including the fix you put in to properly add a drive letter to the
 working_mask.
 </p><p>
 And are we ready to let wineprefixcreate use winecfg? Or do we want
@@ -630,7 +630,7 @@ Hey, we won by a large margin!
 http://www.linuxquestions.org/questions/showthread.php?s=&amp;threadid=272137</a>
 </p><p><ul><table>
 <tr><td>Wine  </td><td>	 		293</td><td>  	42.59%</td></tr>
-<tr><td>Crossover Office </td><td>	139 </td><td>	20.20%</td></tr>
+<tr><td>CrossOver Office </td><td>	139 </td><td>	20.20%</td></tr>
 <tr><td>Cedega 	</td><td>		131 </td><td>	19.04%</td></tr>
 <tr><td>VMware 	</td><td>		101 </td><td>	14.68%</td></tr>
 <tr><td>Win4lin </td><td>		 24 </td><td>	3.49%</td></tr>
Index: wwn/wn20050225_263.xml
===================================================================
RCS file: /var/cvs/lostwages/wwn/wn20050225_263.xml,v
retrieving revision 1.1
diff -u -p -r1.1 wn20050225_263.xml
--- wwn/wn20050225_263.xml	25 Feb 2005 08:12:45 -0000	1.1
+++ wwn/wn20050225_263.xml	2 Mar 2005 21:52:06 -0000
@@ -145,13 +145,13 @@ replaced, including MSI and DCOM.  </p>
 favorable:</p>
 <quote who="Government Computer News"><p>
 But by far the most powerful feature of Xandros is its ability to run 
-Microsoft Office applications through a program called Crossover, written by 
-CodeWeavers Inc. of St. Paul, Minn. Crossover Office 4.1, originally bundled 
+Microsoft Office applications through a program called CrossOver, written by 
+CodeWeavers Inc. of St. Paul, Minn. CrossOver Office 4.1, originally bundled 
 in Xandros 2.5, lets several supported Windows applications such as Microsoft 
-Office 97, 2000, and XP run in the Linux environment. Crossover also makes 
-Adobe PhotoShop 6, Adobe FrameMaker 7.1 and Dream-Weaver MX file compatible in 
-the Xandros environment. With Crossover, government agencies using Lotus 
-Notes 5 or later are also safe to use those applications. The Crossover 
+Office 97, 2000, and XP run in the Linux environment. CrossOver also makes 
+Adobe Photoshop 6, Adobe FrameMaker 7.1 and Dreamweaver MX file compatible in 
+the Xandros environment. With CrossOver, government agencies using Lotus 
+Notes 5 or later are also safe to use those applications. The CrossOver 
 application makes the transition from a Windows environment to a Linux world 
 particularly easy.</p></quote>
 
@@ -173,9 +173,9 @@ Linux desktop--WINE to the rescue.</p></
 <a href="http://www.linux-gamers.net/modules/news/article.php?storyid=707">about
 World of Warcraft</a> appeared complementing a thread on wine-devel that's 
 covered below.  Just a few years ago it seemed like gaming with Wine was 
-stagnant so the recent activity seems is great to see:</p>
+stagnant so the recent activity is great to see:</p>
 <quote who="linuX-gamers.net"><p>
-Since the were only two things preventing operation of the game. The people at 
+Since there was only two things preventing operation of the game. The people at 
 WineHQ have got World of Warcraft working with the help of Blizzard's WoW 
 maintainer on the latest cvs and some patches provided on the developer 
 mailing list. The game is playable under OpenGL using Raphael's Pbuffer patch.
@@ -429,7 +429,7 @@ tree is at /sources/wine:
 The last step will spit out many errors mostly because
 Wine targets Unix platforms, not a Windows platform like
 MinGW. But most dlls will actually build if you ignore
-the erros (make -k) or cd into the dll's directory first.
+the errors (make -k) or cd into the dll's directory first.
 </p></quote>
 
 </section>
@@ -443,7 +443,7 @@ the erros (make -k) or cd into the dll's
 >
 <topic></topic>
 <p>Bill Medland wanted to know the details about how Wine's threading
-works and what were involved with implementing it:</p>
+works and what was involved with implementing it:</p>
 <quote who="Bill Medland"><p>
 Does anyone know any site or book or something with a decent discussion about
 the problems of the different threading models and their implementations?


More information about the wine-patches mailing list