1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-08 21:51:28 +00:00

Corrects a typo. Closes #1043

This commit is contained in:
nnposter
2017-10-22 02:51:01 +00:00
parent 13dd6a3480
commit b437d9784f

View File

@@ -1156,7 +1156,7 @@ Engine = {
end
-- `quick_start` changes to false only once since Engine starts
-- `auick_start` remains false till the end of the bruteforce.
-- `quick_start` remains false till the end of the bruteforce.
if killed_one then
quick_start = false
end