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