1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-10 09:49:05 +00:00

Fix some typos

This commit is contained in:
dmiller
2014-08-23 21:35:32 +00:00
parent c633079123
commit 1a1dc0e47a
4 changed files with 8 additions and 8 deletions

View File

@@ -323,7 +323,7 @@ Helper = {
return self.comm:connect()
end,
-- Get's the external public IP
-- Gets the external public IP
-- @return status true on success, false on failure
-- @return result containing the IP as string
getExternalAddress = function(self)