]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Small spelling error found by Karl M. Hegbloom
authorhno <>
Sun, 22 Apr 2001 21:21:57 +0000 (21:21 +0000)
committerhno <>
Sun, 22 Apr 2001 21:21:57 +0000 (21:21 +0000)
doc/Programming-Guide/prog-guide.sgml

index a19550009408020b74193ca7fc2875c00bf8a745..194f3b58edb47b84d2a42bdedc818cc2ee66bd46 100644 (file)
@@ -2,7 +2,7 @@
 <article>
 <title>Squid Programmers Guide</title>
 <author>Duane Wessels, Squid Developers
-<date>$Id: prog-guide.sgml,v 1.36 2001/03/03 10:39:29 hno Exp $</date>
+<date>$Id: prog-guide.sgml,v 1.37 2001/04/22 15:21:57 hno Exp $</date>
 
 <abstract>
 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.