Opened 19 years ago

Closed 19 years ago

#487 closed defect (fixed)

[patch] minor typo in cache.txt

Reported by: eugene@… Owned by: Jacob
Component: Documentation Version:
Severity: trivial 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

The very first example uses DB_CACHE. Isn't it supposed to be CACHE_BACKEND?

Index: cache.txt
===================================================================
--- cache.txt	(revision 632)
+++ cache.txt	(working copy)
@@ -57,7 +57,7 @@
 
 For example::
 
-    DB_CACHE = "memcached://127.0.0.1:11211/?timeout=60"
+    CACHE_BACKEND = "memcached://127.0.0.1:11211/?timeout=60"
 
 Invalid arguments are silently ignored, as are invalid values of known
 arguments.

Attachments (1)

cache.txt.patch (392 bytes ) - added by eugene@… 19 years ago.
patch as a file

Download all attachments as: .zip

Change History (2)

by eugene@…, 19 years ago

Attachment: cache.txt.patch added

patch as a file

comment:1 by Adrian Holovaty, 19 years ago

Resolution: fixed
Status: newclosed

Fixed in [633].

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