Module: tools Branch: master Commit: b244390ccd9e35d6ea286e66d8f9b0d5022b60ab URL: https://source.winehq.org/git/tools.git/?a=commit;h=b244390ccd9e35d6ea286e66...
Author: Francois Gouget fgouget@codeweavers.com Date: Mon Mar 18 17:00:16 2019 +0100
testbot/WineRunWineTest: Fix a typo in an error message.
Signed-off-by: Francois Gouget fgouget@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
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 8792be3..a74877a 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"); } }