From 5f7acbb103a25d07b4749d2b603b3ff90a4538c4 Mon Sep 17 00:00:00 2001 From: d33tah Date: Sun, 15 Sep 2013 20:17:08 +0000 Subject: [PATCH] Change the comment. --- ncat/scripts/httpd.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ncat/scripts/httpd.lua b/ncat/scripts/httpd.lua index 4aab5b737..a5f7be6c1 100644 --- a/ncat/scripts/httpd.lua +++ b/ncat/scripts/httpd.lua @@ -182,7 +182,7 @@ function is_path_valid(resource) --remove the beginning slash resource = string.sub(resource, 2, string.len(resource)) - --(Windows drive names are not welcome too.) + --Windows drive names are not welcome. if resource:match("^([a-zA-Z]):") then return false end