From: wessels <> Date: Thu, 13 Nov 1997 09:32:37 +0000 (+0000) Subject: typo X-Git-Tag: SQUID_3_0_PRE1~4541 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7da279d6bded8673b1ce514cad118e2dbd3a209a;p=thirdparty%2Fsquid.git typo --- diff --git a/src/cache_cf.cc b/src/cache_cf.cc index e73cf6ff7c..67184a65f7 100644 --- a/src/cache_cf.cc +++ b/src/cache_cf.cc @@ -1,5 +1,5 @@ /* - * $Id: cache_cf.cc,v 1.232 1997/11/12 23:38:08 wessels Exp $ + * $Id: cache_cf.cc,v 1.233 1997/11/13 02:32:37 wessels Exp $ * * DEBUG: section 3 Configuration File Parsing * AUTHOR: Harvest Derived @@ -435,7 +435,7 @@ static void parse_cachedir(struct _cacheSwap *swap) { char *token; - ehar *path; + char *path; int i; int size; int l1;