]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
add balancing parenthese
authorwessels <>
Wed, 21 Sep 2005 22:12:46 +0000 (22:12 +0000)
committerwessels <>
Wed, 21 Sep 2005 22:12:46 +0000 (22:12 +0000)
src/client_side_request.cc

index 5d02dbbca38d1a2ac18331a072cea9f401de586b..d13a84a8b8ee71f354446da28b374f3f22096e17 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: client_side_request.cc,v 1.47 2005/09/15 19:22:30 wessels Exp $
+ * $Id: client_side_request.cc,v 1.48 2005/09/21 16:12:46 wessels Exp $
  * 
  * DEBUG: section 85    Client-side Request Routines
  * AUTHOR: Robert Collins (Originally Duane Wessels in client_side.c)
@@ -527,7 +527,7 @@ clientHierarchical(ClientHttpRequest * http)
 
     /*
      * This is incorrect: authenticating requests can be sent via a hierarchy
-     * (they can even be cached if the correct headers are set on the reply
+     * (they can even be cached if the correct headers are set on the reply)
      */
     if (request->flags.auth)
         return 0;