diff --git a/nselib/rdp.lua b/nselib/rdp.lua index 1a5c39ff0..66c55c3bd 100644 --- a/nselib/rdp.lua +++ b/nselib/rdp.lua @@ -1,5 +1,5 @@ --- --- A minimal RDP library. Currently has functionality to determine encryption +-- A minimal RDP (Remote Desktop Protocol) library. Currently has functionality to determine encryption -- and cipher support. -- -- @@ -335,4 +335,4 @@ Comm = { end, } -return _ENV; \ No newline at end of file +return _ENV;