From: wessels <> Date: Sat, 11 Nov 2000 12:15:47 +0000 (+0000) Subject: typo in comments X-Git-Tag: SQUID_3_0_PRE1~1775 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=542c4d60b747245bb98bf35850e265b5b5713816;p=thirdparty%2Fsquid.git typo in comments --- diff --git a/src/refresh.cc b/src/refresh.cc index ccd5a52900..674cca8d96 100644 --- a/src/refresh.cc +++ b/src/refresh.cc @@ -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