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