From 78a606b0b7d03adf9bb0d4915e3de5b37fecbdba Mon Sep 17 00:00:00 2001 From: henri Date: Thu, 19 Jan 2012 22:23:44 +0000 Subject: [PATCH] Fixed typo in comments: * respones -> responses --- nselib/http.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nselib/http.lua b/nselib/http.lua index 3af4a4be4..51b5b1b66 100644 --- a/nselib/http.lua +++ b/nselib/http.lua @@ -17,7 +17,7 @@ -- If a script is planning on making a lot of requests, the pipelining functions can -- be helpful. pipeline_add queues requests in a table, and -- pipeline performs the requests, returning the results as an array, --- with the respones in the same order as the queries were added. As a simple example: +-- with the responses in the same order as the queries were added. As a simple example: -- -- -- Start by defining the 'all' variable as nil -- local all = nil