From: Amos Jeffries Date: Sat, 24 Jan 2015 12:35:45 +0000 (-0800) Subject: Fix typo in documentation X-Git-Tag: merge-candidate-3-v1~270^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b521616b1022eb6aefff8788c94390c65593eaa2;p=thirdparty%2Fsquid.git Fix typo in documentation --- 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