diff --git a/scripts/broadcast-sybase-asa-discover.nse b/scripts/broadcast-sybase-asa-discover.nse index cbaaa5689..110f507ed 100644 --- a/scripts/broadcast-sybase-asa-discover.nse +++ b/scripts/broadcast-sybase-asa-discover.nse @@ -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 = {