mirror of
https://github.com/nmap/nmap.git
synced 2026-06-26 03:03:55 +00:00
Typo.
This commit is contained in:
parent
7ddb82d555
commit
b19647254d
1 changed files with 1 additions and 1 deletions
|
|
@ -2929,7 +2929,7 @@ Util =
|
|||
if Util.FileType[code] then
|
||||
return Util.FileType[code].char
|
||||
else
|
||||
stdnse.print_debug(1,"FtypeToChar: Unkown file type, mode: %o", mode)
|
||||
stdnse.print_debug(1,"FtypeToChar: Unknown file type, mode: %o", mode)
|
||||
return ""
|
||||
end
|
||||
end,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue