WINEHQ: Assorted spelling fixes

Francois Gouget fgouget at free.fr
Tue Jan 4 07:07:05 CST 2005


Changelog:

  * wwn/wn20030214_157.xml
    wwn/wn20030704_177.xml
    wwn/wn20030725_180.xml
    wwn/wn20040514_222.xml
    wwn/wn20040604_225.xml
    wwn/wn20041126_250.xml
    wwn/wn20041217_253.xml
    wwn/wn20041224_254.xml
    wwn/wn20041231_255.xml

    Assorted spelling fixes.


-- 
Francois Gouget         fgouget at free.fr        http://fgouget.free.fr/
                             $live{free} || die "";
-------------- next part --------------
Index: wwn/wn20030214_157.xml
===================================================================
RCS file: /var/cvs/lostwages/wwn/wn20030214_157.xml,v
retrieving revision 1.8
diff -u -r1.8 wn20030214_157.xml
--- wwn/wn20030214_157.xml	16 Dec 2004 23:00:57 -0000	1.8
+++ wwn/wn20030214_157.xml	26 Dec 2004 17:55:00 -0000
@@ -200,7 +200,7 @@
 this would grab the CLIPBOARD selection). 
 </p><p>
 In think we should always be grabbing both PRIMARY and CLIPBOARD and
-releasing them when we loose either (ClearAllSelections=1). This seemed
+releasing them when we lose either (ClearAllSelections=1). This seemed
 to be the least confusing for many users as well. 
 </p><p>
 I'm in the process of finishing a large clipboard patch for CodeWeavers
Index: wwn/wn20030704_177.xml
===================================================================
RCS file: /var/cvs/lostwages/wwn/wn20030704_177.xml,v
retrieving revision 1.5
diff -u -r1.5 wn20030704_177.xml
--- wwn/wn20030704_177.xml	16 Dec 2003 17:09:27 -0000	1.5
+++ wwn/wn20030704_177.xml	13 Dec 2004 12:19:50 -0000
@@ -320,7 +320,7 @@
 <ul><code>
 | err:clipboard:X11DRV_CLIPBOARD_RenderFormat Failed to cache clipboard data owned by another process. Format=1
 </code></ul></p><p>
-Do you think another trace would be helpfull?
+Do you think another trace would be helpful?
 </p></quote>
 
 <p>Ulrich explained, <quote who="Ulrich Czekalla">
Index: wwn/wn20030725_180.xml
===================================================================
RCS file: /var/cvs/lostwages/wwn/wn20030725_180.xml,v
retrieving revision 1.4
diff -u -r1.4 wn20030725_180.xml
--- wwn/wn20030725_180.xml	16 Dec 2003 17:09:27 -0000	1.4
+++ wwn/wn20030725_180.xml	13 Dec 2004 12:20:04 -0000
@@ -171,7 +171,7 @@
 other such OLE-esque things, having a GUID/UUID generator is probably a 
 good thing to have, mainly it is just a stub around a call to CoCreateGUID</li>
 <li>write a clone of rebase.exe, a win32 PE image rebasing tool. Probobly not 
-useful to WINE but might be helpfull for ReactOS development, don't know.</li>
+useful to WINE but might be helpful for ReactOS development, don't know.</li>
 <li>writing a clone of the cards.dll used by the windows card games. Only 
 problem here is that I would need to find a suitably licenced set of card 
 images since I don't have the skills to draw them myself :)</li>
Index: wwn/wn20040514_222.xml
===================================================================
RCS file: /var/cvs/lostwages/wwn/wn20040514_222.xml,v
retrieving revision 1.5
diff -u -r1.5 wn20040514_222.xml
--- wwn/wn20040514_222.xml	15 Sep 2004 20:03:42 -0000	1.5
+++ wwn/wn20040514_222.xml	12 Dec 2004 19:56:11 -0000
@@ -131,7 +131,7 @@
 Lotus Notes 5.0 and 6.5.1, Microsoft Project, and Outlook XP.
 Lotus Notes has long been on the wish list and happens to have the 
 <a href="http://www.codeweavers.com/site/compatibility/browse/name?app_id=158">highest 
-bounty</a> in CodeWeaver's Compatibility Center.  While not officially
+bounty</a> in CodeWeavers' Compatibility Center.  While not officially
 supported, there are reports that Microsoft Money and FrameMaker have also
 seen dramatic improvements.  </p><p>
 Besides new applications,
Index: wwn/wn20040604_225.xml
===================================================================
RCS file: /var/cvs/lostwages/wwn/wn20040604_225.xml,v
retrieving revision 1.3
diff -u -r1.3 wn20040604_225.xml
--- wwn/wn20040604_225.xml	15 Jul 2004 18:41:41 -0000	1.3
+++ wwn/wn20040604_225.xml	26 Dec 2004 17:58:33 -0000
@@ -225,7 +225,7 @@
 <quote who="Eric Pouech">
  when run with gdb, the PE symbol lookup doesn't work, gdb 
  doesn't know anything about PE. You need to use winedbg without the gdb 
- proxy. But you will loose the GUI debugging part (a la DDD, or kdbg...).
+ proxy. But you will lose the GUI debugging part (a la DDD, or kdbg...).
 </quote></p>
 
 <p>Shachar really needed a graphical debugging tool and 
Index: wwn/wn20041126_250.xml
===================================================================
RCS file: /var/cvs/lostwages/wwn/wn20041126_250.xml,v
retrieving revision 1.3
diff -u -r1.3 wn20041126_250.xml
--- wwn/wn20041126_250.xml	16 Dec 2004 23:00:57 -0000	1.3
+++ wwn/wn20041126_250.xml	26 Dec 2004 17:58:04 -0000
@@ -434,7 +434,7 @@
 Mike Hearn thought it would be nice to change the way the Debian
 package was arranged,
 <quote who="Mike Hearn">
-Cool! While you're at it could you please combine them altogether so the
+Cool! While you're at it could you please combine them all together so the
 packaging matches the upstream sources? Last time I checked the Debian
 packages were split into tons of little packages which is wrong and led to
 strange breakages. Just one package with everything installed by "make
@@ -645,8 +645,8 @@
 <li> Well, basically, we have to make an extra api :-), so there are more
 functions exported. Probably the existing and new functions will need to
 call each other, so this means an extra level of indirection.</li>
-<li> Kinda ugly hacking, though we don't loose win32 compatibility</li>
-<li> Nice, but we loose strict win32 compatibility, since there will be a
+<li> Kinda ugly hacking, though we don't lose win32 compatibility</li>
+<li> Nice, but we lose strict win32 compatibility, since there will be a
 magic flag that doesn't exist in win32.</li></ol></p></quote>
 
 <p>Mike suggested the 3rd approach,
Index: wwn/wn20041217_253.xml
===================================================================
RCS file: /var/cvs/lostwages/wwn/wn20041217_253.xml,v
retrieving revision 1.2
diff -u -r1.2 wn20041217_253.xml
--- wwn/wn20041217_253.xml	19 Dec 2004 06:58:46 -0000	1.2
+++ wwn/wn20041217_253.xml	4 Jan 2005 11:53:33 -0000
@@ -84,15 +84,15 @@
 >
 <topic></topic>
 <p>Aric Stewart dropped a quick update on some work done with Microsoft
-Installer API's:</p>
+Installer APIs:</p>
 <quote who="Aric Stewart"><p>
 
  Long time no post :) I just wanted to give an update that Mike M. and
 I have done alot of msi work over the first few weeks of December which
 caused a few significant changes to particularly action.c where we
 eliminated many of the static buffers for file paths and replaced them
-with dynamic buffers. Vitaly Lipatov's patchs reminded me that i should
-probably give you all a heads up about that. We where going to break
+with dynamic buffers. Vitaly Lipatov's patches reminded me that i should
+probably give you all a heads up about that. We were going to break
 them down and start submitting them but then Mike went off and got
 married and is on his Honeymoon. So when he gets back we are going to
 either break the changes down into smaller patches or try to get
@@ -128,7 +128,7 @@
   program to work under the wine cvs tree is one of the following tutorials:
 	<ul><a href="http://triplebuffer.devmaster.net/tutorials.php">
 	http://triplebuffer.devmaster.net/tutorials.php</a></ul></p><p>
-  Specifically Stepping Stones tutorial 2 (I never bothered with (1) as I cant
+  Specifically Stepping Stones tutorial 2 (I never bothered with (1) as I can't
   tell whether a blank screen looks right or not). Actually, I've also tried
   tutorials 3,4 and 5 - all of which behave about the same as windows. 
 </p><p>
@@ -163,7 +163,7 @@
 
 <p>If you've ever looked at Wine's .spec files you'll see lots of 
 stub entries.  Stubs don't exist yet as functions, not even empty
-functions returning something "1".  Instead, they simply serve as
+functions returning something like 'success'.  Instead, they simply serve as
 a reminder for future work to be done.  Ge thought turning stubs 
 into even empty functions was a daunting task,
 <quote who="Ge van Geldorp">
Index: wwn/wn20041224_254.xml
===================================================================
RCS file: /var/cvs/lostwages/wwn/wn20041224_254.xml,v
retrieving revision 1.1
diff -u -r1.1 wn20041224_254.xml
--- wwn/wn20041224_254.xml	24 Dec 2004 18:18:23 -0000	1.1
+++ wwn/wn20041224_254.xml	4 Jan 2005 11:53:52 -0000
@@ -357,7 +357,7 @@
 <p>Anyone want an optimization project?  Dmitry Timoshkov
 uncovered something that should be looked at:</p>
 <quote who="Dmitry Timoshkov"><p>
-While debugging one of applications I'm working on I noticed a lot
+While debugging one of the applications I'm working on I noticed a lot
 of GetPrivateProfileString calls with the same file name but in
 different case causes profile code to open and parse system.ini
 again. I sent a patch which helps to find a cached file in that
Index: wwn/wn20041231_255.xml
===================================================================
RCS file: /var/cvs/lostwages/wwn/wn20041231_255.xml,v
retrieving revision 1.1
diff -u -r1.1 wn20041231_255.xml
--- wwn/wn20041231_255.xml	1 Jan 2005 19:30:49 -0000	1.1
+++ wwn/wn20041231_255.xml	4 Jan 2005 13:00:47 -0000
@@ -68,7 +68,7 @@
 <p>Some reviews of Xandros Desktop 3 Deluxe have come out this week.
 Xandros includes CrossOver Office and usually gets high marks for
 the integration it has with the rest of the desktop.  Once again,
-reviewers seem impressed with CodeWeaver's work.
+reviewers seem impressed with CodeWeavers' work.
 <a href="http://madpenguin.org/cms/?m=show&amp;id=3145&amp;page=2">Mad
 Penguin's review</a> thought CrossOver Office 4 showed good improvement
 over earlier versions.   
@@ -397,7 +397,7 @@
 to test out the library he wrote to implement the CryptoAPI:</p>
 <quote who="Michael Jung"><p>
 In order to test rsaenh.dll, I'm looking for software, which applies the 
-Microsoft Crypto-API. Any suggestions? It would be ideal, if the source is 
+Microsoft Crypto-API. Any suggestions? It would be ideal if the source is 
 available.</p></quote>
 
 <p>Jesse Allen replied first,
@@ -421,11 +421,11 @@
  I'm pretty sure Steam does.
 </p><p>
  And, coincidentally, Steam happens to be broken at the moment, although
- it does work in Crossover.
+ it does work in CrossOver.
 </p><p>
  Also, I think the open source eMule uses that DLL a bit, IIRC to
  generate a crypt key for each userid.  Previous hacks to get eMule
- working in Wine involved generating the key in a seperate program and
+ working in Wine involved generating the key in a separate program and
  then merging it in - there's an entire thread about it in the eMule
  forums.
 </p></quote>
@@ -444,7 +444,7 @@
  After applying, include/heap.h can be removed from cvs.  
 </quote>  His changelog included this line,
 <quote who="Jon Griffiths">
- Remove heap.h, and simplyify code that used HEAP_strdupWtoA.
+ Remove heap.h, and simplify code that used HEAP_strdupWtoA.
 </quote></p>
 
 <p>Dimi Paun thought it obscured a different problem involving


More information about the wine-patches mailing list