mirror of
https://github.com/nmap/nmap.git
synced 2025-12-06 04:31:29 +00:00
Fix wrong library typo
This commit is contained in:
@@ -7,7 +7,7 @@ local stdnse = require "stdnse"
|
||||
local string = require "string"
|
||||
local stringaux = require "stringaux"
|
||||
local table = require "table"
|
||||
local tableaux = require "table"
|
||||
local tableaux = require "tableaux"
|
||||
local base64 = require "base64"
|
||||
local comm = require "comm"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user