From b19647254d1fb438bd9cdd94f3ea2d32ccbaf321 Mon Sep 17 00:00:00 2001 From: david Date: Sun, 23 Sep 2012 21:15:20 +0000 Subject: [PATCH] Typo. --- nselib/rpc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nselib/rpc.lua b/nselib/rpc.lua index 1f140414f..508b87196 100644 --- a/nselib/rpc.lua +++ b/nselib/rpc.lua @@ -2929,7 +2929,7 @@ Util = if Util.FileType[code] then return Util.FileType[code].char else - stdnse.print_debug(1,"FtypeToChar: Unkown file type, mode: %o", mode) + stdnse.print_debug(1,"FtypeToChar: Unknown file type, mode: %o", mode) return "" end end,