mirror of
https://github.com/nmap/nmap.git
synced 2025-12-17 13:09:02 +00:00
Fixed typo in comments:
* respones -> responses
This commit is contained in:
@@ -17,7 +17,7 @@
|
|||||||
-- If a script is planning on making a lot of requests, the pipelining functions can
|
-- If a script is planning on making a lot of requests, the pipelining functions can
|
||||||
-- be helpful. <code>pipeline_add</code> queues requests in a table, and
|
-- be helpful. <code>pipeline_add</code> queues requests in a table, and
|
||||||
-- <code>pipeline</code> performs the requests, returning the results as an array,
|
-- <code>pipeline</code> 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:
|
||||||
--<code>
|
--<code>
|
||||||
-- -- Start by defining the 'all' variable as nil
|
-- -- Start by defining the 'all' variable as nil
|
||||||
-- local all = nil
|
-- local all = nil
|
||||||
|
|||||||
Reference in New Issue
Block a user