summaryrefslogtreecommitdiff
path: root/src/waitress/parser.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/waitress/parser.py')
-rw-r--r--src/waitress/parser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/waitress/parser.py b/src/waitress/parser.py
index b31b5cc..dda2a90 100644
--- a/src/waitress/parser.py
+++ b/src/waitress/parser.py
@@ -126,7 +126,7 @@ class HTTPRequestParser:
# Header finished.
header_plus = s[:index]
- # Remove preceeding blank lines. This is suggested by
+ # Remove preceding blank lines. This is suggested by
# https://tools.ietf.org/html/rfc7230#section-3.5 to support
# clients sending an extra CR LF after another request when
# using HTTP pipelining