Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#1880 closed defect (fixed)

[patch] typo in cache docs

Reported by: mattimustang@… Owned by: Jacob
Component: Documentation Version:
Severity: normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Fix for small typo in cache.txt

Index: cache.txt
===================================================================
--- cache.txt   (revision 2906)
+++ cache.txt   (working copy)
@@ -339,7 +339,7 @@
       somedomain.com, your ISP would send you the page without having to access
       somedomain.com directly.
 
-    * Your Django Web site may site behind a Squid Web proxy
+    * Your Django Web site may sit behind a Squid Web proxy
       (http://www.squid-cache.org/) that caches pages for performance. In this
       case, each request first would be handled by Squid, and it'd only be
       passed to your application if needed.

regards

Matthew Flanagan

Change History (1)

comment:1 by Malcolm Tredinnick, 18 years ago

Resolution: fixed
Status: newclosed

(In [2907]) Fixed #1880 - typo in caching documentation. Thanks to Matthew Flanagan.

Note: See TracTickets for help on using tickets.
Back to Top