mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
Typo fix: reponses -> responses
This commit is contained in:
parent
b1e62c573f
commit
d85c8d3603
2 changed files with 3 additions and 3 deletions
|
|
@ -243,7 +243,7 @@ end
|
|||
|
||||
-- An iterator that breaks up a concatentation of responses. In DNS over TCP,
|
||||
-- each response is prefixed by a two-byte length (RFC 1035 section 4.2.2).
|
||||
-- Reponses returned by this iterator include the two-byte length prefix.
|
||||
-- Responses returned by this iterator include the two-byte length prefix.
|
||||
function responses_iter(data)
|
||||
local offset = 1
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue