From abc16cc78fb70476c5ac0ebe56ceb258d80112a4 Mon Sep 17 00:00:00 2001 From: fyodor Date: Fri, 16 Nov 2012 02:25:08 +0000 Subject: [PATCH] Spell out rdp acronym --- nselib/rdp.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;