1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-29 10:59:02 +00:00

Fix wrong library typo

This commit is contained in:
dmiller
2018-11-06 15:07:01 +00:00
parent 70be64d592
commit 110d9b7adf
23 changed files with 23 additions and 23 deletions

View File

@@ -1,7 +1,7 @@
local http = require "http"
local ipOps = require "ipOps"
local table = require "table"
local tableaux = require "table"
local tableaux = require "tableaux"
local shortport = require "shortport"
local stdnse = require "stdnse"