From 46e8ade6da5b60cb13cbe3034ab2098c7644d6aa Mon Sep 17 00:00:00 2001 From: fyodor Date: Fri, 16 Nov 2012 08:53:05 +0000 Subject: [PATCH] fix another instance of same typo --- scripts/ajp-request.nse | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ajp-request.nse b/scripts/ajp-request.nse index 2b9858a8b..9c3e4110b 100644 --- a/scripts/ajp-request.nse +++ b/scripts/ajp-request.nse @@ -4,7 +4,7 @@ local shortport = require "shortport" local stdnse = require "stdnse" description = [[ -Requests a URI over the Apache JServe Protocol and displays the result +Requests a URI over the Apache JServ Protocol and displays the result (or stores it in a file). Different AJP methods such as; GET, HEAD, TRACE, PUT or DELETE may be used.