Changelog: * include/wwn.php, templates/en/contributing.template, wwn/wn19990627_2.xml, wwn/wn20000417_39.xml, wwn/wn20010802_101.xml, wwn/wn20020325_118.xml, wwn/wn20020509_122.xml, wwn/wn20020522_123.xml, wwn/wn20021025_141.xml, wwn/wn20030214_157.xml, wwn/interviews/interview_3.xml, wwn/interviews/interview_7.xml Typos/spelling fixes. -- Francois Gouget fgouget@free.fr http://fgouget.free.fr/ We are Pentium of Borg. You will be approximated. Division is futile.
Index: include/wwn.php =================================================================== RCS file: /home/wine/lostwages/include/wwn.php,v retrieving revision 1.9 diff -u -r1.9 wwn.php --- include/wwn.php 27 May 2003 21:15:17 -0000 1.9 +++ include/wwn.php 17 Jun 2003 06:59:55 -0000 @@ -326,7 +326,7 @@ xml_parser_free($xml_parser); } - // proccess elements in xml + // process elements in xml function startElement ($parser, $name, $attrs) { global $html; Index: templates/en/contributing.template =================================================================== RCS file: /home/wine/lostwages/templates/en/contributing.template,v retrieving revision 1.9 diff -u -r1.9 contributing.template --- templates/en/contributing.template 9 Jun 2003 15:19:58 -0000 1.9 +++ templates/en/contributing.template 17 Jun 2003 06:59:57 -0000 @@ -31,7 +31,7 @@ </li><li><a href="#devel">Development</a> <ol> - <li><a href="#devel_task">Some development task</a> + <li><a href="#devel_task">Some development tasks</a> </li><li><a href="#conf_tests">Conformance tests</a> </li><li><a href="#doc_win_api">Documentation of the windows API functions</a> @@ -176,7 +176,7 @@ <blockquote> <a name="devel_task"></a> - <h3>Some Development Task</h3> + <h3>Some development tasks</h3> <p>The overall implementation status of Wine can be checked on the <a href="http://www.dssd.ca/about/index.php?status">Wine Status page</a>.</p> Index: wwn/wn19990627_2.xml =================================================================== RCS file: /home/wine/lostwages/wwn/wn19990627_2.xml,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 wn19990627_2.xml --- wwn/wn19990627_2.xml 2 Dec 2002 17:08:23 -0000 1.1.1.1 +++ wwn/wn19990627_2.xml 17 Jun 2003 06:59:57 -0000 @@ -288,9 +288,9 @@ <p /> -This new feature will ease porting huge program written with windows +This new feature will ease porting huge programs written with windows compiler (providing this feature) without having to change throughout the -code the access to the anonymous unions (Wine systematicaly +code the access to the anonymous unions (Wine systematically <strong>names</strong> <code>u</code> the anonymous unions). <p /> Index: wwn/wn20000417_39.xml =================================================================== RCS file: /home/wine/lostwages/wwn/wn20000417_39.xml,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 wn20000417_39.xml --- wwn/wn20000417_39.xml 2 Dec 2002 17:08:28 -0000 1.1.1.1 +++ wwn/wn20000417_39.xml 17 Jun 2003 06:59:57 -0000 @@ -209,7 +209,7 @@ <li />The application can, like Wine itself, call both Windows and Unix API:s. (requires GNU C extension #include_next) <li />The application can, like Wine itself, call both Windows and Unix -API:s, but can only with some change call special Windows extentions +API:s, but can only with some change call special Windows extensions like _fullpath. </ol> Index: wwn/wn20010802_101.xml =================================================================== RCS file: /home/wine/lostwages/wwn/wn20010802_101.xml,v retrieving revision 1.2 diff -u -r1.2 wn20010802_101.xml --- wwn/wn20010802_101.xml 12 Jun 2003 20:48:20 -0000 1.2 +++ wwn/wn20010802_101.xml 17 Jun 2003 06:59:58 -0000 @@ -65,7 +65,7 @@ Hi there, I'm working in a telerobotics project and I need to link a windows dll in order to use a Cybernet Joystick. First I tried to use the winAPI functions LoadLibrary,FreeLibrary and - GetProccessAddress as I were working on Windows, and I recompiled my program + GetProcAddress as I was working on Windows, and I recompiled my program with winelib:</p> <p><ul> <li> winemaker /my_path/</li> Index: wwn/wn20020325_118.xml =================================================================== RCS file: /home/wine/lostwages/wwn/wn20020325_118.xml,v retrieving revision 1.2 diff -u -r1.2 wn20020325_118.xml --- wwn/wn20020325_118.xml 10 Jun 2003 18:05:36 -0000 1.2 +++ wwn/wn20020325_118.xml 17 Jun 2003 07:00:00 -0000 @@ -973,9 +973,9 @@ the ball rolling on each point. <p /><u>For Wine 0.9</u> <ul> - <li> Dll seperation (being able to build on windows being a "Wish") - + <li> Dll separation (being able to build on windows being a "Wish") - Dimi, Patrick, Steven, Alexandre, Scott</li> - <li> Address Space Seperation - Alexandre</li> + <li> Address Space Separation - Alexandre</li> <li> Window Management - Ulrich, Mike, Alexandre</li> <li> Wine Server Protocols (DONE)</li> <li> Regression Testing - Francois, Andridy, Patrick, Dimi, Andi, Steven</li> Index: wwn/wn20020509_122.xml =================================================================== RCS file: /home/wine/lostwages/wwn/wn20020509_122.xml,v retrieving revision 1.2 diff -u -r1.2 wn20020509_122.xml --- wwn/wn20020509_122.xml 12 Jun 2003 20:39:09 -0000 1.2 +++ wwn/wn20020509_122.xml 17 Jun 2003 07:00:01 -0000 @@ -700,7 +700,7 @@ to ReWind, and thus to the Wine tree. These things include our new DIB engine work, COM/DCOM work, selected portions of our work on copy protection, and a number of other significant features. We're also quite happy to work on any -DLLs that need additional seperation work. +DLLs that need additional separation work. <p /> What has to get figured out is simply this: exactly what do current Wine copyright holders want to have for the things that we want from you? Index: wwn/wn20020522_123.xml =================================================================== RCS file: /home/wine/lostwages/wwn/wn20020522_123.xml,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 wn20020522_123.xml --- wwn/wn20020522_123.xml 2 Dec 2002 17:08:36 -0000 1.1.1.1 +++ wwn/wn20020522_123.xml 17 Jun 2003 07:00:01 -0000 @@ -304,7 +304,7 @@ <section title="Patch Trading" - subject="Proposal for Trade: COM/DCOM for DLL Seperation" + subject="Proposal for Trade: COM/DCOM for DLL Separation" archive="http://www.winehq.com/hypermail/wine-license/2002/05/0044.html" posts="5" startdate="05/10/2002" @@ -328,11 +328,11 @@ happy to make any changes we make to those DLLs available under the LGPL as well. </p><p> Currently however, we cannot easily take an LGPLed DLL and ship it with WineX due to -changes that have happened in the Wine tree for DLL seperation. In order for us to -do this, the DLL seperation work that has gone on in the Wine tree would also have to +changes that have happened in the Wine tree for DLL separation. In order for us to +do this, the DLL separation work that has gone on in the Wine tree would also have to be made available in the ReWind tree, under the X11 license. </p><p> -We would like to see the following dll-seperation related patches made +We would like to see the following dll-separation related patches made available to ReWind: <ul><i>links deleted, see Archive Link above for complete list</i></ul> </p><p> @@ -376,7 +376,7 @@ viewing shortly. </p><p> In addition, we'll also be willing to redirect some of our engineering time to -completing any remaining DLL seperation tasks in Wine. Also, the work we intent to sponsor +completing any remaining DLL separation tasks in Wine. Also, the work we intent to sponsor to speedup the WineServer will be made available under licenses compatible with both ReWind and Wine. </p><p> Index: wwn/wn20021025_141.xml =================================================================== RCS file: /home/wine/lostwages/wwn/wn20021025_141.xml,v retrieving revision 1.4 diff -u -r1.4 wn20021025_141.xml --- wwn/wn20021025_141.xml 12 Jun 2003 20:28:59 -0000 1.4 +++ wwn/wn20021025_141.xml 17 Jun 2003 07:00:02 -0000 @@ -217,7 +217,7 @@ work I am doing will /detract/ from the stability of wine, until the implementation is more complete. RPC is painfully complicated, and a victim of serious creeping featurism. Microsoft makes it worse -by providing poorly documented extentions to the protocol, and a largely +by providing poorly documented extensions to the protocol, and a largely undocumented marshalling API (much of which developers typically don't have to learn because the API calls are generated by the MIDL compiler). </p><p> Index: wwn/wn20030214_157.xml =================================================================== RCS file: /home/wine/lostwages/wwn/wn20030214_157.xml,v retrieving revision 1.2 diff -u -r1.2 wn20030214_157.xml --- wwn/wn20030214_157.xml 10 Jun 2003 18:05:36 -0000 1.2 +++ wwn/wn20030214_157.xml 17 Jun 2003 07:00:02 -0000 @@ -270,7 +270,7 @@ </p><p> A short description: <ul> -Smatch is basicaly a patch to gcc-3.1.1 that makes the gcc dump out it's +Smatch is basically a patch to gcc-3.1.1 that makes the gcc dump out it's internal represantation of the code and a set of perl modules/scripts to ease the parsing of the dumped code. Most of the perl scripts are for the Linux Kernel but writing new scripts seems to be easy. I wrote Index: wwn/interviews/interview_3.xml =================================================================== RCS file: /home/wine/lostwages/wwn/interviews/interview_3.xml,v retrieving revision 1.2 diff -u -r1.2 interview_3.xml --- wwn/interviews/interview_3.xml 1 May 2003 22:11:37 -0000 1.2 +++ wwn/interviews/interview_3.xml 17 Jun 2003 07:00:03 -0000 @@ -263,7 +263,7 @@ <answer><p><i>Marcus:</i> Unhappily, no. I just don't have the time.</p></answer> -<question><p><i>BV:</i> For about the past eight years Wine has continously been 6-12 +<question><p><i>BV:</i> For about the past eight years Wine has continuously been 6-12 months from being completed. Do you think 2003 might be the year a beta release comes out? </p></question> Index: wwn/interviews/interview_7.xml =================================================================== RCS file: /home/wine/lostwages/wwn/interviews/interview_7.xml,v retrieving revision 1.1 diff -u -r1.1 interview_7.xml --- wwn/interviews/interview_7.xml 10 Jun 2003 18:34:46 -0000 1.1 +++ wwn/interviews/interview_7.xml 17 Jun 2003 07:00:03 -0000 @@ -224,9 +224,9 @@ (for me at least) is to figure out how to do the changes incrementally. Eric seems to be doing a pretty good job! </p><p> -I think ntdll/kernel seperation might allow us to share more code with +I think ntdll/kernel separation might allow us to share more code with Reactos, and get some NT specific debugging tools to work, but it is -more important for dll seperation than anything else. +more important for dll separation than anything else. </p></answer>