Francois Gouget : testbot: Assorted wording fixes.

Alexandre Julliard julliard at winehq.org
Wed Dec 13 14:30:39 CST 2017


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Fri Dec  8 04:27:47 2017 +0100

testbot: Assorted wording fixes.

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

---

 testbot/bin/WineSendLog.pl            | 2 +-
 testbot/lib/ObjectModel/Collection.pm | 2 +-
 testbot/lib/WineTestBot/Users.pm      | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/testbot/bin/WineSendLog.pl b/testbot/bin/WineSendLog.pl
index 2e23976..62024d9 100755
--- a/testbot/bin/WineSendLog.pl
+++ b/testbot/bin/WineSendLog.pl
@@ -394,7 +394,7 @@ EOF
         {
           # Filter out failures that happened in the full test suite:
           # the test suite is run against code which is already in Wine
-          # so all any failure it reported not caused by this patch.
+          # so any failure it reported is not caused by this patch.
           $MessagesFromLog = CompareLogs("$LatestName.log", "$TaskDir/log",
                                          $BaseName, $StepTask->CmdLineArg);
         }
diff --git a/testbot/lib/ObjectModel/Collection.pm b/testbot/lib/ObjectModel/Collection.pm
index 6c1bd1d..d441860 100644
--- a/testbot/lib/ObjectModel/Collection.pm
+++ b/testbot/lib/ObjectModel/Collection.pm
@@ -521,7 +521,7 @@ sub KeyChanged($$$)
 
   if (defined($self->{Items}{$NewKey}))
   {
-    die "Cant change key, new key $NewKey already exists";
+    die "Could not change key, new key $NewKey already exists";
   }
   $FullKey = $self->GetFullKey($NewKey);
   $ScopeItems->{$FullKey} = $Item if (defined $FullKey);
diff --git a/testbot/lib/WineTestBot/Users.pm b/testbot/lib/WineTestBot/Users.pm
index 2139b6d..7b18df9 100644
--- a/testbot/lib/WineTestBot/Users.pm
+++ b/testbot/lib/WineTestBot/Users.pm
@@ -190,7 +190,7 @@ From: $RobotEMail
 To: $Recipient
 Subject: winetestbot account request
 
-password reset request for your account $UserName was received via the website.
+A password reset request for your account $UserName was received via the website.
 You can pick a new password by going to:
 $URL
 EOF




More information about the wine-cvs mailing list