]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CLEANUP: fix typos in reg-tests
authorJoseph Herlant <aerostitch@debian.org>
Wed, 14 Nov 2018 04:15:49 +0000 (20:15 -0800)
committerWilly Tarreau <w@1wt.eu>
Sun, 18 Nov 2018 21:23:15 +0000 (22:23 +0100)
Fix typos in comments and error messages of reg-tests. Note that this
has not been qualified as minor as it is used for testing purposes, not
end-users.

reg-tests/log/b00000.vtc
reg-tests/lua/b00002.lua

index b28ac94d35e28a0feb5a39c3c738374e9d8cdefe..99a81cd905faa3fbcd36ff440276933604409f36 100644 (file)
@@ -8,7 +8,7 @@
 # requiring LW_BYTES is set), the log is emitted after the connection is
 # closed, so the address and ports cannot be retrieved anymore.
 #
-# It could be argued that we'd make a special case of these to immediatly
+# It could be argued that we'd make a special case of these to immediately
 # retrieve the source and destination addresses from the connection, but it
 # seems cleaner to simply pin the front connection, marking it "tracked" by
 # adding the LW_XPRT flag to mention that we'll need some of these elements
index 41e5eeeb5fc425ae949233592a5669db16c3d3bf..dd5623c15ff82552bba8766fd6e26808aec40644 100644 (file)
@@ -106,7 +106,7 @@ core.Info("4")
                repeat
                        local d = socket:receive(res.contentlength)
                        if d == nil then
---                             core.Info("luacurl, ERROR?: recieved NIL, expecting "..res.contentlength.." bytes only got "..string.len(res.body).." sofar")
+--                             core.Info("luacurl, ERROR?: received NIL, expecting "..res.contentlength.." bytes only got "..string.len(res.body).." sofar")
                                return
                        else
                                res.body = res.body..d
@@ -116,7 +116,7 @@ core.Info("4")
                                        break
                                end
                        end
---                     core.Info("processhttpresponse, Loopy, get more body data! to recieve complete contentlenght")
+--                     core.Info("processhttpresponse, Loopy, get more body data! to receive complete contentlenght")
                until false
        end
        if res.headers["Transfer-Encoding"] ~= nil and res.headers["Transfer-Encoding"] == "chunked" then