0
0
Fork 0
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:
Mario Vilas 2020-10-25 12:19:21 +01:00 committed by GitHub
parent 2dc8f01067
commit db47ab0736
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.