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