1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-30 11:29:01 +00:00

Fix typo.

This commit is contained in:
david
2010-10-16 17:27:28 +00:00
parent dd7a40b288
commit 696d1946c2

View File

@@ -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
function action (...) return actions[SCRIPT_TYPE](...) end