From: hno <> Date: Sun, 22 Apr 2001 21:21:57 +0000 (+0000) Subject: Small spelling error found by Karl M. Hegbloom X-Git-Tag: SQUID_3_0_PRE1~1525 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1afcb00e7f82cd63fb1439e2bf31626ce594aff0;p=thirdparty%2Fsquid.git Small spelling error found by Karl M. Hegbloom --- diff --git a/doc/Programming-Guide/prog-guide.sgml b/doc/Programming-Guide/prog-guide.sgml index a195500094..194f3b58ed 100644 --- a/doc/Programming-Guide/prog-guide.sgml +++ b/doc/Programming-Guide/prog-guide.sgml @@ -2,7 +2,7 @@
Squid Programmers Guide Duane Wessels, Squid Developers -$Id: prog-guide.sgml,v 1.36 2001/03/03 10:39:29 hno Exp $ +$Id: prog-guide.sgml,v 1.37 2001/04/22 15:21:57 hno Exp $ Squid is a WWW Cache application developed by the National Laboratory @@ -731,7 +731,7 @@ Squid consists of the following major components We want to try out our own, customized filesystems with Squid. In order to do that, we need a well-defined interface for the bits of Squid that access the permanent storage - devices. We also require tigher control of the replacement + devices. We also require tigther control of the replacement policy by each storage module, rather than a single global replacement policy.