diff --git a/nselib/http.lua b/nselib/http.lua
index 3af4a4be4..51b5b1b66 100644
--- a/nselib/http.lua
+++ b/nselib/http.lua
@@ -17,7 +17,7 @@
-- If a script is planning on making a lot of requests, the pipelining functions can
-- be helpful. pipeline_add queues requests in a table, and
-- pipeline performs the requests, returning the results as an array,
--- with the respones in the same order as the queries were added. As a simple example:
+-- with the responses in the same order as the queries were added. As a simple example:
--
-- -- Start by defining the 'all' variable as nil
-- local all = nil