1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-25 17:09:02 +00:00

Spelling fixes for Lua files

Mostly in documentation/comments, but a couple code bugs were caught,
including a call to stdnse.pirnt_debug and a mis-declared variable.
This commit is contained in:
dmiller
2014-02-19 04:15:46 +00:00
parent 54fa265f5c
commit 1b71f75aad
202 changed files with 532 additions and 532 deletions

View File

@@ -581,7 +581,7 @@ Helper = {
self.__index = self
local info, err = nmap.get_interface_info(iface)
-- if we faile to get interface info, don't return a helper
-- if we fail to get interface info, don't return a helper
-- this is true on OS X for interfaces like: p2p0 and vboxnet0
if ( not(info) and err ) then
return
@@ -593,7 +593,7 @@ Helper = {
return o
end,
-- Sends a DHCP6 Solicit message to the server, essentiall requesting a new
-- Sends a DHCP6 Solicit message to the server, essentially requesting a new
-- IPv6 non-temporary address
-- @return table of results suitable for use with
-- <code>stdnse.format_output</code>