mirror of
https://github.com/nmap/nmap.git
synced 2025-12-22 07:29:01 +00:00
Spellcheck: common misspellings in the entire source tree
This commit is contained in:
@@ -537,7 +537,7 @@ MessageDecoders = {
|
||||
status, data = socket:receive_buf(match.numbytes(26), true)
|
||||
if( not(status) ) then return false, "Failed to read column data" end
|
||||
|
||||
-- signal finnish reading
|
||||
-- signal finish reading
|
||||
status, data = socket:send( tostring(Packet.SQ_ID:new( info.id, nil, "end" ) ) )
|
||||
status, data = socket:receive_buf(match.numbytes(2), true)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user