mirror of
https://github.com/nmap/nmap.git
synced 2025-12-30 11:29:01 +00:00
Fix typo.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user