From 7c7ffdb756daff55b9029f42f1e71421a4aa6aeb Mon Sep 17 00:00:00 2001 From: david Date: Sat, 2 Feb 2013 01:41:50 +0000 Subject: [PATCH] Typo. --- nselib/http.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nselib/http.lua b/nselib/http.lua index 142962d03..927098b0f 100644 --- a/nselib/http.lua +++ b/nselib/http.lua @@ -1448,7 +1448,7 @@ end ---Fetches a resource with a GET request and returns the result as a table. This is a simple -- wraper around generic_request, with the added benefit of having local caching -- and support for HTTP redirects. Redirects are followed only if they pass all the --- validation rules of the redirect_ok function. This function may be overrided by supplying +-- validation rules of the redirect_ok function. This function may be overridden by supplying -- a custom function in the redirect_ok field of the options array. The default -- function redirects the request if the destination is: -- * Within the same host or domain @@ -1526,7 +1526,7 @@ end -- wrapper around generic_request with response caching. This function -- also has support for HTTP redirects. Redirects are followed only if they pass -- all the validation rules of the redirect_ok function. This function may be --- overrided by supplying a custom function in the redirect_ok field +-- overridden by supplying a custom function in the redirect_ok field -- of the options array. The default function redirects the request if the -- destination is: -- * Within the same host or domain