mirror of
https://github.com/nccgroup/thetick.git
synced 2023-12-14 04:33:00 +01:00
Fixed typo in comment.
This commit is contained in:
parent
2dc8f01067
commit
db47ab0736
1 changed files with 1 additions and 1 deletions
2
tick.py
2
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.
|
||||
|
|
Loading…
Reference in a new issue