[PATCH] testbot/WineRunReconfig: Fix a typo in a comment.

Francois Gouget fgouget at codeweavers.com
Tue Sep 24 03:58:59 CDT 2019


Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
---
 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 94ecabcf5..f00a963a9 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");
-- 
2.20.1




More information about the wine-devel mailing list