1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-09 22:21:29 +00:00

Fixes a documentation typo. Fixes #959

This commit is contained in:
nnposter
2017-08-14 12:51:35 +00:00
parent e5623027a2
commit 011e65c1b7

View File

@@ -27,7 +27,7 @@ categories = { "broadcast", "safe" }
prerule = function() return ( nmap.address_family() == "inet") end
--
-- The following code is a bit overkill and is ment to go into a library once
-- The following code is a bit overkill and is meant to go into a library once
-- more scripts that make use of it are developed.
--
Ping = {