From b521616b1022eb6aefff8788c94390c65593eaa2 Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Sat, 24 Jan 2015 04:35:45 -0800 Subject: [PATCH] Fix typo in documentation --- src/http/one/RequestParser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/http/one/RequestParser.h b/src/http/one/RequestParser.h index 06ec25b76c..68bce99925 100644 --- a/src/http/one/RequestParser.h +++ b/src/http/one/RequestParser.h @@ -61,7 +61,7 @@ private: /// what request method has been found on the first line HttpRequestMethod method_; - /// raw copy of the original client reqeust-line URI field + /// raw copy of the original client request-line URI field SBuf uri_; /// amount of garbage bytes tolerantly skipped inside the request-line -- 2.47.3