CLEANUP: assorted typo fixes in the code and comments

This is 10th iteration of typo fixes
This commit is contained in:
Ilya Shipitsin
2020-06-21 21:42:57 +05:00
committed by Willy Tarreau
parent 11057a3590
commit 47d17182f4
23 changed files with 62 additions and 62 deletions

View File

@@ -4,7 +4,7 @@
# HTTP LUA applet callback should not update the date on which the HTTP client requests
# arrive. This was done just after the LUA applet has completed its job.
#
# This patch simply removes the affected statement. The same fixe has been applied
# This patch simply removes the affected statement. The same fix has been applied
# to TCP LUA applet callback.
#
# To reproduce this issue, as reported by Patrick Hemmer, implement an HTTP LUA applet