Skip to content

Commit

Permalink
Update main.go
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsteele committed Jan 20, 2016
1 parent 883d0b2 commit 01a47e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ func main() {
}()
}

log.Printf("Staring scan of %s.\n", ip)
log.Printf("Starting scan of %s.\n", ip)
for _, p := range ports {
tasks <- p
}
Expand Down

0 comments on commit 01a47e0

Please sign in to comment.