Francois Gouget : testbot/TestAgent: Fix the spelling of a comment in the module.
Module: tools Branch: master Commit: d33367a150aa6cc66032b97b0e4e617e5c0d0dfd URL: https://source.winehq.org/git/tools.git/?a=commit;h=d33367a150aa6cc66032b97b... Author: Francois Gouget <fgouget(a)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(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)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();
participants (1)
-
Alexandre Julliard