1
0
mirror of https://github.com/nmap/nmap.git synced 2026-02-04 04:26:33 +00:00

Correct typos: receive, successfully, length

This commit is contained in:
dmiller
2017-03-15 02:23:09 +00:00
parent 83c9e060fc
commit 772bd8d824
18 changed files with 41 additions and 41 deletions

View File

@@ -35,7 +35,7 @@ action = function(host, port)
-- Probes sent, replies received, but no match.
result = U.get_response(port.version.service_fp, "GetRequest")
-- Loop through the ASCII probes most likely to receive random response
-- from Skype. Others will also recieve this response, but are harder to
-- from Skype. Others will also receive this response, but are harder to
-- distinguish from an echo service.
for _, p in ipairs({"HTTPOptions", "RTSPRequest"}) do
rand = U.get_response(port.version.service_fp, p)