[Tools 10/12] A couple of spelling and wording tweaks.

Francois Gouget fgouget at free.fr
Fri Mar 14 11:26:19 CDT 2008


---
 download.inc.php |    2 +-
 winetest/README  |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/download.inc.php b/download.inc.php
index d0a8ef4..727a685 100644
--- a/download.inc.php
+++ b/download.inc.php
@@ -45,7 +45,7 @@ function is_downloadable($sUrl)
         fputs($fp, $get);
         while(!feof($fp))
         {
-            // get ONLY header informations
+            // get ONLY header information
             $header .= fgets($fp, 128);
         }
         fclose($fp);
diff --git a/winetest/README b/winetest/README
index c5b39d8..2a0215d 100644
--- a/winetest/README
+++ b/winetest/README
@@ -13,7 +13,7 @@ the destination for that and presents the results in an ordered form.
 
 Configuration file, sets the following variables:
 $queuedir - queue incoming submissions here
-$datadir  - processed data get served from here
+$datadir  - processed data is served from here
 $builds   - list of allowed build tags
 
 * winetest.cgi
@@ -41,7 +41,7 @@ head of the file.
 * gather
 
 This program is intended to run as a second stage.  See the sample
-crontab file, races and concurrency problems must be dealed with on
+crontab file. Races and concurrency problems must be dealt with on
 that higher level.  The program looks for a file matching
 $datadir/*/outdated, creates index.html in the same directory and
 removes the outdated file.  See also the head of the file.
-- 
1.5.4.1




More information about the wine-patches mailing list