From b437d9784f224f4ba2ab874f4b2d33ab8d3ed87c Mon Sep 17 00:00:00 2001 From: nnposter Date: Sun, 22 Oct 2017 02:51:01 +0000 Subject: [PATCH] Corrects a typo. Closes #1043 --- nselib/brute.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nselib/brute.lua b/nselib/brute.lua index 79f300af3..d0dd9e26c 100644 --- a/nselib/brute.lua +++ b/nselib/brute.lua @@ -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