[Tools] testbot: Fix a typo in an error message.

Francois Gouget fgouget at codeweavers.com
Mon Dec 19 01:05:16 CST 2016


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

diff --git a/testbot/bin/WineRunBuild.pl b/testbot/bin/WineRunBuild.pl
index f36e74a..d410949 100755
--- a/testbot/bin/WineRunBuild.pl
+++ b/testbot/bin/WineRunBuild.pl
@@ -327,7 +327,7 @@ $Script .= " >>Build.log 2>&1\n";
 Debug(Elapsed($Start), " Sending the script: [$Script]\n");
 if (!$TA->SendFileFromString($Script, "task", $TestAgent::SENDFILE_EXE))
 {
-  FatalTAError($TA, "Coud not send the build script to the VM");
+  FatalTAError($TA, "Could not send the build script to the VM");
 }
 
 Debug(Elapsed($Start), " Starting the script\n");
-- 
2.10.2




More information about the wine-patches mailing list