Francois Gouget : testbot/TestAgent: Fix the spelling of a comment in the module.

Alexandre Julliard julliard at winehq.org
Fri Apr 1 15:30:27 CDT 2022


Module: tools
Branch: master
Commit: d33367a150aa6cc66032b97b0e4e617e5c0d0dfd
URL:    https://source.winehq.org/git/tools.git/?a=commit;h=d33367a150aa6cc66032b97b0e4e617e5c0d0dfd

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Fri Apr  1 17:09:07 2022 +0200

testbot/TestAgent: Fix the spelling of a comment in the module.

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

---

 testbot/lib/WineTestBot/TestAgent.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testbot/lib/WineTestBot/TestAgent.pm b/testbot/lib/WineTestBot/TestAgent.pm
index 6457b4d..2d60021 100644
--- a/testbot/lib/WineTestBot/TestAgent.pm
+++ b/testbot/lib/WineTestBot/TestAgent.pm
@@ -1526,7 +1526,7 @@ sub Upgrade($$)
   my $rc = $self->_RecvList('');
 
   # The server has quit and thus the connection is no longer usable.
-  # So disconnect now to force the next RPC to reconnect, instead or letting it
+  # So disconnect now to force the next RPC to reconnect instead of letting it
   # try to reuse the broken connection and fail.
   $self->Disconnect();
 




More information about the wine-cvs mailing list