mirror of
https://github.com/nmap/nmap.git
synced 2026-08-03 22:29:06 +00:00
Fix typo.
This commit is contained in:
parent
dd7a40b288
commit
696d1946c2
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue