Skip to content

Commit

Permalink
fix typo (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
kiokuless authored Feb 15, 2024
1 parent a750324 commit f809241
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion optionsHostDiscovery.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ func WithPingScan() Option {
}
}

// WithSkipHostDiscovery diables host discovery and considers all hosts as online.
// WithSkipHostDiscovery disables host discovery and considers all hosts as online.
func WithSkipHostDiscovery() Option {
return func(s *Scanner) {
s.args = append(s.args, "-Pn")
Expand Down

0 comments on commit f809241

Please sign in to comment.