Skip to content

Commit

Permalink
fix spell
Browse files Browse the repository at this point in the history
  • Loading branch information
yhy0 committed Apr 15, 2024
1 parent a31bede commit 9de06eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/envCheck.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ func Preparations() {
// 检查 masscan 是否已安装
masscanInstalled := commandExists("masscan")
if !masscanInstalled {
fmt.Println("nmap does not follow, please install")
fmt.Println("masscan does not follow, please install")
os.Exit(1)
}

Expand Down

0 comments on commit 9de06eb

Please sign in to comment.