mirror of
https://github.com/nmap/nmap.git
synced 2025-12-30 03:19: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:
@@ -269,7 +269,7 @@ Helper = {
|
||||
end,
|
||||
|
||||
-- Request a session release
|
||||
-- @param username string containing the extention (username)
|
||||
-- @param username string containing the extension (username)
|
||||
-- @param password string containing the password
|
||||
regRelease = function(self, username, password)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user