1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-22 06:09:01 +00:00

fixed typo intead -> instead [Patrik]

This commit is contained in:
patrik
2010-11-05 10:10:36 +00:00
parent f61358ab28
commit e26eef6533

View File

@@ -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 )