From b53b5fced0ca9ea6a59ad13ddb3a2863d7fd1f50 Mon Sep 17 00:00:00 2001 From: david Date: Fri, 28 Jan 2011 17:54:49 +0000 Subject: [PATCH] Add a missing period to NSEDoc. --- scripts/afp-brute.nse | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/afp-brute.nse b/scripts/afp-brute.nse index 2be5b79af..b236eee4c 100644 --- a/scripts/afp-brute.nse +++ b/scripts/afp-brute.nse @@ -1,5 +1,5 @@ description = [[ -Performs password guessing against Apple Filing Protocol (AFP) +Performs password guessing against Apple Filing Protocol (AFP). ]] ---