summaryrefslogtreecommitdiffstats
path: root/src/lib/http/request_parser.h
diff options
context:
space:
mode:
authorAndrei Pavel <andrei@isc.org>2021-01-22 00:36:41 +0100
committerAndrei Pavel <andrei@isc.org>2021-01-25 12:52:09 +0100
commit96f049b111ba175c74397d79ab6aff574ece900d (patch)
tree314f11706d923f372c8edc6b89b0e7906c524db1 /src/lib/http/request_parser.h
parent[#1656] 1.9.4 release: dos2unix SVGs (diff)
downloadkea-96f049b111ba175c74397d79ab6aff574ece900d.tar.xz
kea-96f049b111ba175c74397d79ab6aff574ece900d.zip
[#1656] 1.9.4 release: spelling check
Diffstat (limited to 'src/lib/http/request_parser.h')
-rw-r--r--src/lib/http/request_parser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/http/request_parser.h b/src/lib/http/request_parser.h
index 851e73f179..410ef32efe 100644
--- a/src/lib/http/request_parser.h
+++ b/src/lib/http/request_parser.h
@@ -203,7 +203,7 @@ private:
/// If the next_state is HTTP_PARSE_OK_ST it indicates that the parsed
/// value is a 3rd new line within request HTTP message. In this case the
/// handler calls @ref HttpRequest::create to validate the received message
- /// (excluding body). The hander then reads the "Content-Length" header to
+ /// (excluding body). The handler then reads the "Content-Length" header to
/// check if the request contains a body. If the "Content-Length" is greater
/// than zero, the parser transitions to HTTP_BODY_ST. If the
/// "Content-Length" doesn't exist the parser transitions to