]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
typo in comments
authorwessels <>
Sat, 11 Nov 2000 12:15:47 +0000 (12:15 +0000)
committerwessels <>
Sat, 11 Nov 2000 12:15:47 +0000 (12:15 +0000)
src/refresh.cc

index ccd5a52900690279023340efbcf0f906ccf4f86b..674cca8d961f2a5342afef2a111271b0b5ea00c4 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: refresh.cc,v 1.53 2000/11/09 18:21:27 wessels Exp $
+ * $Id: refresh.cc,v 1.54 2000/11/11 05:15:47 wessels Exp $
  *
  * DEBUG: section 22    Refresh Calculation
  * AUTHOR: Harvest Derived
@@ -293,7 +293,7 @@ refreshCheck(const StoreEntry * entry, request_t * request, time_t delta)
     }
     /*
      * At this point the response is stale, unless one of
-     * the override optios kicks in.
+     * the override options kicks in.
      */
     if (sf.expires) {
 #if HTTP_VIOLATIONS