From: robertc <> Date: Mon, 12 Jun 2006 02:48:45 +0000 (+0000) Subject: Typos in HEAD. X-Git-Tag: SQUID_3_0_PRE4~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=346be6ad6d734b5b924aa433b817db87e66d5093;p=thirdparty%2Fsquid.git Typos in HEAD. --- diff --git a/src/cf.data.pre b/src/cf.data.pre index 32b10c4a75..00b6890417 100644 --- a/src/cf.data.pre +++ b/src/cf.data.pre @@ -1,6 +1,6 @@ # -# $Id: cf.data.pre,v 1.416 2006/06/11 10:13:12 hno Exp $ +# $Id: cf.data.pre,v 1.417 2006/06/11 20:48:45 robertc Exp $ # # # SQUID Web Proxy Cache http://www.squid-cache.org/ @@ -1664,7 +1664,7 @@ DOC_START DOC_END -NAME: oul_rewrite_program redirect_program +NAME: url_rewrite_program redirect_program TYPE: wordlist LOC: Config.Program.redirect DEFAULT: none diff --git a/src/http.cc b/src/http.cc index 3876454c43..83ac0f52b2 100644 --- a/src/http.cc +++ b/src/http.cc @@ -1,6 +1,6 @@ /* - * $Id: http.cc,v 1.500 2006/06/07 12:32:56 hno Exp $ + * $Id: http.cc,v 1.501 2006/06/11 20:48:45 robertc Exp $ * * DEBUG: section 11 Hypertext Transfer Protocol (HTTP) * AUTHOR: Harvest Derived @@ -382,7 +382,7 @@ HttpStateData::cacheableReply() const refresh_t *R = NULL; - /* This strange looking define first looks up the frefresh pattern + /* This strange looking define first looks up the refresh pattern * and then checks if the specified flag is set. The main purpose * of this is to simplify the refresh pattern lookup and HTTP_VIOLATIONS * condition