Fixed instances of "CRTL-C" to "CTRL-C"

This commit is contained in:
Randy Ramos 2017-04-22 14:40:19 -04:00
commit 44a4e495cc
3 changed files with 40 additions and 40 deletions

View file

@ -214,7 +214,7 @@ def IcmpRedirectSock(DestinationIP):
def FindWhatToDo(ToThisHost2):
if ToThisHost2 != None:
Show_Help('Hit CRTL-C to kill this script')
Show_Help('Hit CTRL-C to kill this script')
RunThisInLoop(ToThisHost, ToThisHost2,OURIP)
if ToThisHost2 == None:
Show_Help(MoreHelp)