Module: tools Branch: master Commit: a46113d323c778a50a1e783ccd216d06b7e3f00f URL: https://source.winehq.org/git/tools.git/?a=commit;h=a46113d323c778a50a1e783c...
Author: Francois Gouget fgouget@codeweavers.com Date: Tue Sep 24 10:58:59 2019 +0200
testbot/WineRunReconfig: Fix a typo in a comment.
Signed-off-by: Francois Gouget fgouget@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
testbot/bin/WineRunReconfig.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/testbot/bin/WineRunReconfig.pl b/testbot/bin/WineRunReconfig.pl index a443027..fe36ad0 100755 --- a/testbot/bin/WineRunReconfig.pl +++ b/testbot/bin/WineRunReconfig.pl @@ -468,7 +468,7 @@ if ($NewStatus eq "completed") if ($FileName !~ m~^latest/~ and !$Summary->{$BaseName} and -f "$DataDir/latest/$BaseName") { - # This file was not updated to there is no point redownloading it. + # This file was not updated so there is no point in redownloading it. next; } Debug(Elapsed($Start), " Retrieving '$TaskDir/$BaseName'\n");