Fix spelling in some comments.

By Matt Selsky.
http://seclists.org/nmap-dev/2013/q1/34
This commit is contained in:
david 2013-01-15 22:31:11 +00:00
parent 76d4889eea
commit 906a94e600
2 changed files with 3 additions and 3 deletions

View file

@ -32,7 +32,7 @@ end
action = function(host, port)
-- make sure we get at least one more packet after the JDWP-Handshake
-- response even if there is some delay; the handshake resonse has 14
-- response even if there is some delay; the handshake response has 14
-- bytes, so wait for 18 bytes here.
local status, result = comm.exchange(host, port, "JDWP-Handshake\0\0\0\11\0\0\0\1\0\1\1", {proto="tcp", bytes=18})
if (not status) then