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