mirror of
https://github.com/nmap/nmap.git
synced 2026-06-19 15:08:40 +00:00
fixed typo intead -> instead [Patrik]
This commit is contained in:
parent
f61358ab28
commit
e26eef6533
1 changed files with 1 additions and 1 deletions
|
|
@ -1264,7 +1264,7 @@ end
|
|||
|
||||
-- Deprecated pipeline functions
|
||||
function pGet( host, port, path, options, ignored, allReqs )
|
||||
stdnse.print_debug(1, "WARNING: pGet() is deprecated. Use pipeline_add() intead.")
|
||||
stdnse.print_debug(1, "WARNING: pGet() is deprecated. Use pipeline_add() instead.")
|
||||
return pipeline_add(path, options, allReqs, 'GET')
|
||||
end
|
||||
function pHead( host, port, path, options, ignored, allReqs )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue