From c6341d22459fb52ddce2618adc5fb0ac62219038 Mon Sep 17 00:00:00 2001 From: aca Date: Sat, 19 May 2012 16:36:59 +0000 Subject: [PATCH] Fixed a typo in the description. --- scripts/mysql-brute.nse | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/mysql-brute.nse b/scripts/mysql-brute.nse index f54af4a85..34cfaf282 100644 --- a/scripts/mysql-brute.nse +++ b/scripts/mysql-brute.nse @@ -1,5 +1,5 @@ description = [[ -Performs password guessing against MySQL +Performs password guessing against MySQL. ]] ---