WineHQ: Assorted fixes (mostly spelling)

Francois Gouget fgouget at free.fr
Mon Jan 5 18:44:31 CST 2004


Here are some assorted fixes for the WWN 201, 202 and 203.

Changelog:

 * wwn/wn20031219_201.xml,
   wwn/wn20031226_202.xml,
   wwn/wn20040102_203.xml

   Assorted fixes (mostly spelling)
   WWN 201: Add missing '&' in '&'.


-- 
Francois Gouget         fgouget at free.fr        http://fgouget.free.fr/
 The greatest programming project of all took six days; on the seventh day the
  programmer rested. We've been trying to debug the *&^%$#@ thing ever since.
                      Moral: design before you implement.
-------------- next part --------------
Index: wwn/wn20031219_201.xml
===================================================================
RCS file: /var/cvs/lostwages/wwn/wn20031219_201.xml,v
retrieving revision 1.2
diff -u -r1.2 wn20031219_201.xml
--- wwn/wn20031219_201.xml	19 Dec 2003 07:25:07 -0000	1.2
+++ wwn/wn20031219_201.xml	28 Dec 2003 14:28:26 -0000
@@ -95,7 +95,7 @@
 Development and Voting Report</a>.  They describe some of their work
 on pixel and vertex shaders.  An investigation into ALSA turned up
 interesting results:</p>
-<quote who="Transgaming"><p>
+<quote who="TransGaming"><p>
 ALSA, of particular interest to TransGaming's Linux audience, does not provide 
 much of an added benefit over OSS. The primary speed advantage, hardware 
 mixing, a slower kludgy implementation use due to the fact that looping sound 
@@ -240,7 +240,7 @@
 </p><p>
 My way to create a small log goes like this. Start wine like this:
 <ul><code>
-(wine &lt;arguments&gt; &amp; read ans; echo '===') 2&gt;amp;1 |
+(wine &lt;arguments&gt; &amp; read ans; echo '===') 2&gt;&amp;1 |
 awk '{if( $1 == "===") flag=1-flag; if(flag) print}' &gt;wine.log
 </code></ul></p><p>
 filling the log will only begin after pressing the enter key. Add a
@@ -269,7 +269,7 @@
 a script,
 <quote who="Mike Hearn">
 The tradeoff that my patch
-makes is flexibility for performance - if you are redirecting wines
+makes is flexibility for performance - if you are redirecting wine's
 output through wrapper programs and scripts then you have the overhead
 at least of the IPC, and maybe also text parsing. Simply enabling relay
 gives a huge speed hit even when not logging things, the last thing
@@ -349,13 +349,13 @@
 </p><quote who="Tom Wickline"><p>
 
 Here is the current DLL's Status Page.
-Ive made a number of changes since I last sent
+I've made a number of changes since I last sent
 these partial pages to the dev-list.
-Here is a list of things I still need todo for completeness.
+Here is a list of things I still need to do for completeness.
 <ol>
 <li> Proof Read! (against all my notes)</li>
 <li> Doc links, (Thursday night Friday AM)</li>
-<li> Send to Brian V for WWN coverage :)  (Brian if you want you can get a 
+<li> Send to Brian V for WWN coverage :)  (Brian if you want you can get an 
 early start)</li>
 <li> Add/Remove todo's</li>
 <li> changelog update</li>
Index: wwn/wn20031226_202.xml
===================================================================
RCS file: /var/cvs/lostwages/wwn/wn20031226_202.xml,v
retrieving revision 1.1
diff -u -r1.1 wn20031226_202.xml
--- wwn/wn20031226_202.xml	26 Dec 2003 07:20:18 -0000	1.1
+++ wwn/wn20031226_202.xml	28 Dec 2003 14:34:43 -0000
@@ -88,7 +88,7 @@
 
 <section 
 	title="Setting Up MinGW Cross-Compiling Environment" 
-	subject="MinGW cross compilation enviroment setup"
+	subject="MinGW cross compilation environment setup"
 	archive="http://www.winehq.com/hypermail/wine-devel/2003/12/0547.html" 
 	posts="3"
 	startdate="12/22/2003"
@@ -171,7 +171,7 @@
 cause?</li>
 
 <li> The loader lock is stored at offset 0xA0 in the PEB. I doubt this is
-important, but now the info is published murphies law says one day an
+important, but now the info is published murphy's law says one day an
 app will try and get to it directly.</li></ul></p></quote>
 
 
@@ -202,7 +202,7 @@
 will be the least messy (lesser MS stuff..)
 </p><p>
 However, if you try his 'Wizmo' or 'DCOMObulator', you will see that the 
-RichEdit textareas as blank !
+RichEdit textareas are blank !
 </p></quote>
 
 <p>Joshua Walker wrote back with a pointer to a possible resource:</p>
@@ -210,17 +210,17 @@
 If you need the source of a program that can uses RTF
 as it's native format, can spit out
 microsoft-compatible RTF files, has all the tools for
-editing Rick Text, and the source is aviliable in C...
+editing Rick Text, and the source is available in C...
 then use the Source for "Ted"
 <ul>
 <a href="http://www.nllgg.nl/Ted/">http://www.nllgg.nl/Ted/</a></ul></p><p>
 
-I would toss it in myself, but I suck a coding. I
+I would toss it in myself, but I suck at coding. I
 wouldn't even know where to begin.
 </p></quote>
 
 <p>Good ol' ted.  A long, long time ago it was my favorite editor
-(for a month.)  Still, the properties of ted would might be a good
+(for a month.)  Still, the properties of ted might be a good
 starting point for working on this control.  Any volunteers?</p>
 </section>
 
Index: wwn/wn20040102_203.xml
===================================================================
RCS file: /var/cvs/lostwages/wwn/wn20040102_203.xml,v
retrieving revision 1.2
diff -u -r1.2 wn20040102_203.xml
--- wwn/wn20040102_203.xml	2 Jan 2004 06:31:56 -0000	1.2
+++ wwn/wn20040102_203.xml	3 Jan 2004 23:44:34 -0000
@@ -181,7 +181,7 @@
 This caused a big Linking problem where STL would bypass msvcrt but 
 other application code would not. This proved to be fatal. From circular 
 linking to allocators not matching to Libraries not able to load. Since 
-MFC and ATL would not even think to compile with out msvcrt Headers and 
+MFC and ATL would not even think to compile without msvcrt Headers and 
 lib the issue had to be resolved. The only way I managed to solve it all 
 is by directly linking msvcrt GCC style into STLPort and into every 
 module there of. Now that would make some conflicts with OCX's like IE6 
@@ -355,7 +355,7 @@
  Chris Morgan <br />
  Add  <tt>HKEY_LOCAL_MACHINE\software\classes\http\shell\open\command</tt> key and 
  value.  Winebrowser script.  Makefile changes to install/remove script.  
- Wineinstall should create a simlink from windows/winebrowser.exe to the 
+ Wineinstall should create a symlink from windows/winebrowser.exe to the 
  location of winebrowser on the machine.</ul></p></quote>
 
 


More information about the wine-patches mailing list