From d0e684735a235cf6a79a76af7dd120c37f932431 Mon Sep 17 00:00:00 2001 From: henri Date: Wed, 1 Aug 2012 07:53:16 +0000 Subject: [PATCH] Typo (identfy_404 -> identify_404). --- nselib/http.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nselib/http.lua b/nselib/http.lua index eca44f4a5..e5380dff4 100644 --- a/nselib/http.lua +++ b/nselib/http.lua @@ -2264,7 +2264,7 @@ end -- -- @param data The data returned by the HTTP request -- @param result_404 The status code to expect for non-existent pages. This is returned by identify_404. --- @param known_404 The 404 page itself, if result_404 is 200. If result_404 is something else, this parameter is ignored and can be set to nil. This is returned by identfy_404. +-- @param known_404 The 404 page itself, if result_404 is 200. If result_404 is something else, this parameter is ignored and can be set to nil. This is returned by identify_404. -- @param page The page being requested (used in error messages). -- @param displayall [optional] If set to true, don't exclude non-404 errors (such as 500). -- @return A boolean value: true if the page appears to exist, and false if it does not.