mirror of
https://github.com/nmap/nmap.git
synced 2025-12-08 13:41:29 +00:00
Fix NSEDoc typo.
This commit is contained in:
@@ -214,7 +214,7 @@ VNC = {
|
|||||||
--- Creates the password bit-flip needed before DES encryption
|
--- Creates the password bit-flip needed before DES encryption
|
||||||
--
|
--
|
||||||
-- @param password string containing the password to process
|
-- @param password string containing the password to process
|
||||||
-- @retun password string containing the processed password
|
-- @return password string containing the processed password
|
||||||
createVNCDESKey = function( self, password )
|
createVNCDESKey = function( self, password )
|
||||||
local _, bitstr
|
local _, bitstr
|
||||||
local newpass = ""
|
local newpass = ""
|
||||||
@@ -384,4 +384,4 @@ VNCSocket =
|
|||||||
send = function( self, data )
|
send = function( self, data )
|
||||||
return self.Socket:send( data )
|
return self.Socket:send( data )
|
||||||
end,
|
end,
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user