From db47ab07367390d7f75cc2199d1a0ebb8cf1dee7 Mon Sep 17 00:00:00 2001 From: Mario Vilas Date: Sun, 25 Oct 2020 12:19:21 +0100 Subject: [PATCH] Fixed typo in comment. --- tick.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tick.py b/tick.py index 9550370..56047ef 100755 --- a/tick.py +++ b/tick.py @@ -760,7 +760,7 @@ class RemoteShell(Thread): pass # This method is invoked from the main thread. - # It forwards everying from standard input to the remote shell. + # It forwards everything from standard input to the remote shell. # It launches the background thread and kills it before returning. # Control+C is caught within this function, which causes the # remote shell to be stopped without killing the console.