[PATCH] testbot/WineRunWineTest: Fix a typo in an error message.

Francois Gouget fgouget at codeweavers.com
Mon Mar 18 11:00:16 CDT 2019


Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
---
 testbot/bin/WineRunWineTest.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testbot/bin/WineRunWineTest.pl b/testbot/bin/WineRunWineTest.pl
index 8792be39..a74877a8 100755
--- a/testbot/bin/WineRunWineTest.pl
+++ b/testbot/bin/WineRunWineTest.pl
@@ -423,7 +423,7 @@ if (defined $FileName)
   my $Dst = $Step->FileType eq "patch" ? "patch.diff" : $FileName;
   if (!$TA->SendFile($Step->GetFullFileName(), "staging/$Dst", 0))
   {
-    FatalTAError($TA, "Could send '$FileName' to the VM");
+    FatalTAError($TA, "Could not send '$FileName' to the VM");
   }
 }
 
-- 
2.20.1



More information about the wine-devel mailing list