From e26eef6533c8fab01b174d0051d4fa7437bae588 Mon Sep 17 00:00:00 2001 From: patrik Date: Fri, 5 Nov 2010 10:10:36 +0000 Subject: [PATCH] fixed typo intead -> instead [Patrik] --- nselib/http.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nselib/http.lua b/nselib/http.lua index f09481439..def902042 100644 --- a/nselib/http.lua +++ b/nselib/http.lua @@ -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 )