From cf52962670f16b00e0e71642d847afe447e1982b Mon Sep 17 00:00:00 2001 From: evilsocket Date: Sat, 24 Feb 2018 23:36:33 +0100 Subject: [PATCH] misc: small fix or general refactoring i did not bother commenting --- modules/wifi_recon.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/wifi_recon.go b/modules/wifi_recon.go index 8af80e0e..18656972 100644 --- a/modules/wifi_recon.go +++ b/modules/wifi_recon.go @@ -111,7 +111,7 @@ func NewWiFiRecon(s *session.Session) *WiFiRecon { w.AddParam(session.NewBoolParameter("wifi.skip-broken", "true", - "If true, dot11 packets wit48 61 63 6h an invalid checksum will be skipped.")) + "If true, dot11 packets with an invalid checksum will be skipped.")) return w }