1
0
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:
fyodor
2010-01-27 02:05:01 +00:00
parent b1e62c573f
commit d85c8d3603
2 changed files with 3 additions and 3 deletions

View File

@@ -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