From 696d1946c22c207c58ad5419a300f96922cca29a Mon Sep 17 00:00:00 2001 From: david Date: Sat, 16 Oct 2010 17:27:28 +0000 Subject: [PATCH] Fix typo. --- scripts/db2-discover.nse | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/db2-discover.nse b/scripts/db2-discover.nse index b97ad8b41..f864daad5 100644 --- a/scripts/db2-discover.nse +++ b/scripts/db2-discover.nse @@ -1,5 +1,5 @@ description = [[ -Attempts do discover DB2 servers on the network using UDP +Attempts to discover DB2 servers on the network using UDP. ]] --- @@ -130,4 +130,4 @@ local actions = { portrule = scanaction, } -function action (...) return actions[SCRIPT_TYPE](...) end \ No newline at end of file +function action (...) return actions[SCRIPT_TYPE](...) end