mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Fix wrong library typo
This commit is contained in:
parent
70be64d592
commit
110d9b7adf
23 changed files with 23 additions and 23 deletions
|
|
@ -3,7 +3,7 @@ local nmap = require "nmap"
|
|||
local ssh1 = require "ssh1"
|
||||
local stdnse = require "stdnse"
|
||||
local table = require "table"
|
||||
local tableaux = require "table"
|
||||
local tableaux = require "tableaux"
|
||||
|
||||
description = [[
|
||||
Attempts to discover multihomed systems by analysing and comparing
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue