1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-27 09:59:04 +00:00

Doc typo.

This commit is contained in:
david
2012-03-27 21:03:05 +00:00
parent a799d2714d
commit e362a434f3

View File

@@ -75,7 +75,7 @@ transport.build = function( payload )
end
--- Extract the payload from a received SSH-2 packet.
-- @param packet Peceived SSH-2 packet.
-- @param packet Received SSH-2 packet.
-- @return Payload of the SSH-2 packet.
transport.payload = function( packet )
local packet_length, padding_length, payload_length, payload, offset