]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
typo
authorwessels <>
Thu, 13 Nov 1997 09:32:37 +0000 (09:32 +0000)
committerwessels <>
Thu, 13 Nov 1997 09:32:37 +0000 (09:32 +0000)
src/cache_cf.cc

index e73cf6ff7cd121ff4fdb39aef317235cfd2f4ac8..67184a65f70a74293fee87186c4089fff34ce61a 100644 (file)
@@ -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;