Module: tools Branch: master Commit: 2293fa753876b9cb54442c84040b4dc2ebbae3bc URL: http://source.winehq.org/git/tools.git/?a=commit;h=2293fa753876b9cb54442c840...
Author: Francois Gouget fgouget@free.fr Date: Fri Mar 14 17:26:19 2008 +0100
A couple of spelling and wording tweaks.
---
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.