Francois Gouget : testbot: Fix a typo in an error message.

Alexandre Julliard julliard at winehq.org
Mon Dec 19 12:11:21 CST 2016


Module: tools
Branch: master
Commit: 1a4018f612a45d4cc4a0702b984807faa1931a99
URL:    http://source.winehq.org/git/tools.git/?a=commit;h=1a4018f612a45d4cc4a0702b984807faa1931a99

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Mon Dec 19 08:05:16 2016 +0100

testbot: Fix a typo in an error message.

Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 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");




More information about the wine-cvs mailing list