From d7f56c9f4ceff2cb15c489f42649fd71743ec0b9 Mon Sep 17 00:00:00 2001 From: david Date: Sat, 3 Mar 2012 05:57:24 +0000 Subject: [PATCH] Typo. --- nselib/http.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nselib/http.lua b/nselib/http.lua index 87bd5c10e..7cd5aedff 100644 --- a/nselib/http.lua +++ b/nselib/http.lua @@ -39,7 +39,7 @@ -- a page exists. The identify_404 function will try several URLs on the -- server to determine what the server's 404 pages look like. It will attempt to identify -- customized 404 pages that may not return the actual status code 404. If successful, --- the function page_exists can then be used to determine whether no not +-- the function page_exists can then be used to determine whether or not -- a page existed. -- -- Some other miscellaneous functions that can come in handy are response_contains,