From 6aee1ce91c9f9a24bf8e1b2855cbc77fcce46914 Mon Sep 17 00:00:00 2001 From: ron Date: Tue, 18 Aug 2009 01:40:33 +0000 Subject: [PATCH] Fixed a spelling mistake in http.lua. --- nselib/http.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nselib/http.lua b/nselib/http.lua index ad924396f..db4e9a661 100644 --- a/nselib/http.lua +++ b/nselib/http.lua @@ -665,7 +665,7 @@ pipeline = function(host, port, allReqs, options) i = i + #response_tmp_table if(#response_tmp_table < limit and i <= #allReqs) then limit = #response_tmp_table - stdnse.print_debug("Didn't receive all expcted responses.\nDecreasing max pipelined requests to " .. limit ) + stdnse.print_debug("Didn't receive all expected responses.\nDecreasing max pipelined requests to " .. limit ) end recv_status = true socket:close()