From 2f6e4c0736b3864c22ad063f756fa0d41118b65d Mon Sep 17 00:00:00 2001 From: erwanlr Date: Sun, 6 Apr 2014 14:51:57 +0200 Subject: [PATCH] typo --- lib/common/common_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/common/common_helper.rb b/lib/common/common_helper.rb index e6ad22e6..14357abf 100644 --- a/lib/common/common_helper.rb +++ b/lib/common/common_helper.rb @@ -65,7 +65,7 @@ end require_files_from_directory(COMMON_LIB_DIR, '**/*.rb') # Hook to check if the target if down during the scan -# The target is considered down after 10 request with status = 0 +# The target is considered down after 10 requests with status = 0 down = 0 Typhoeus.on_complete do |response| down += 1 if response.code == 0