mirror of
https://github.com/nmap/nmap.git
synced 2026-06-26 03:03:55 +00:00
Fixed typo in comments:
* respones -> responses
This commit is contained in:
parent
6f95d9fabe
commit
78a606b0b7
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@
|
|||
-- 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
|
||||
-- <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>
|
||||
-- -- Start by defining the 'all' variable as nil
|
||||
-- local all = nil
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue