]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Fix typo in documentation
authorAmos Jeffries <squid3@treenet.co.nz>
Sat, 24 Jan 2015 12:35:45 +0000 (04:35 -0800)
committerAmos Jeffries <squid3@treenet.co.nz>
Sat, 24 Jan 2015 12:35:45 +0000 (04:35 -0800)
src/http/one/RequestParser.h

index 06ec25b76cac8cb70a9c960b524211544f735933..68bce99925857a3d578daa871bca92c9ee530682 100644 (file)
@@ -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