From 8ccf89b3ea04f12882a8a0fa1ed80719828e72df Mon Sep 17 00:00:00 2001 From: fyodor Date: Fri, 16 Nov 2012 08:52:13 +0000 Subject: [PATCH] fix a typo --- scripts/ajp-headers.nse | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ajp-headers.nse b/scripts/ajp-headers.nse index 7f8a86425..980cce07b 100644 --- a/scripts/ajp-headers.nse +++ b/scripts/ajp-headers.nse @@ -4,7 +4,7 @@ local stdnse = require "stdnse" description = [[ Performs a HEAD or GET request against either the root directory or any -optional directory of an Apache JServe Protocol server and returns the server response headers. +optional directory of an Apache JServ Protocol server and returns the server response headers. ]] ---