1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-30 19:39:07 +00:00

fix a typo

This commit is contained in:
fyodor
2012-11-16 08:52:13 +00:00
parent 9f974ef58c
commit 8ccf89b3ea

View File

@@ -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.
]]
---