diff --git a/revIPLookup.py b/revIPLookup.py index a3026dc..af82bc6 100755 --- a/revIPLookup.py +++ b/revIPLookup.py @@ -43,7 +43,7 @@ def __init__(self,): self.main() except KeyboardInterrupt: - sys.exit('\n' + self.error + "Keyboard inturruption occurd, exiting the program.." + self.reset) + sys.exit('\n' + self.error + "Keyboard interruption occurred, exiting the program.." + self.reset) def get_args(self,): parser = argparse.ArgumentParser(description="revIPLookup will give you domain name(s) for the IP(s) you're given")