mirror of
https://github.com/nmap/nmap.git
synced 2025-12-26 01:19:03 +00:00
Typo fix: reponses -> responses
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user