misc: small fix or general refactoring i did not bother commenting

This commit is contained in:
evilsocket 2018-02-24 23:36:33 +01:00
commit cf52962670

View file

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