mirror of
https://github.com/nmap/nmap.git
synced 2025-12-09 14:11:29 +00:00
Fix wrong library typo
This commit is contained in:
@@ -5,7 +5,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 rand = require "rand"
|
||||
|
||||
description = [[
|
||||
|
||||
Reference in New Issue
Block a user