From 15f7ad8f3ccbafb031c2c3f5f15ae5685316846e Mon Sep 17 00:00:00 2001 From: henri Date: Mon, 21 May 2012 15:44:25 +0000 Subject: [PATCH] Fixed typo. --- nselib/rpc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nselib/rpc.lua b/nselib/rpc.lua index d70950849..194d90f65 100644 --- a/nselib/rpc.lua +++ b/nselib/rpc.lua @@ -123,7 +123,7 @@ RPC_version = { -- Low-level communication class Comm = { - --- Creats a new rpc Comm object + --- Creates a new rpc Comm object -- -- @param program name string -- @param version number containing the program version to use