From 4a6389af445dcbe0c083b758f046002c18f45c0c Mon Sep 17 00:00:00 2001 From: david Date: Mon, 13 Sep 2010 17:51:34 +0000 Subject: [PATCH] Fix NSEDoc typo. --- nselib/vnc.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nselib/vnc.lua b/nselib/vnc.lua index 8f0a33cd9..83c5dba7e 100644 --- a/nselib/vnc.lua +++ b/nselib/vnc.lua @@ -214,7 +214,7 @@ VNC = { --- Creates the password bit-flip needed before DES encryption -- -- @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 ) local _, bitstr local newpass = "" @@ -384,4 +384,4 @@ VNCSocket = send = function( self, data ) return self.Socket:send( data ) end, -} \ No newline at end of file +}