Correct spelling mistakes.

This commit is contained in:
Edward Betts
2018-06-08 20:32:50 +01:00
parent 96e846aa82
commit feb9dafa16
6 changed files with 9 additions and 9 deletions

View File

@@ -204,7 +204,7 @@ class Aireplay(Thread, Dependency):
if 'Got RELAYED packet' in line:
self.status = 'got relayed packet'
# XX:XX:XX Thats our ARP packet!
# XX:XX:XX That's our ARP packet!
if 'Thats our ARP packet' in line:
self.status = 'relayed packet was our'