Modify

Opened 17 years ago

Closed 12 years ago

#1199 closed defect (fixed)

Trivial typo

Reported by: Michael Renzmann Owned by: Noah Kantrowitz
Priority: low Component: CacheSystemPlugin
Severity: trivial Keywords:
Cc: Trac Release: 0.10

Description

Spotted a small typo:

Index: cachesystem/filter.py
===================================================================
--- cachesystem/filter.py       (revision 1943)
+++ cachesystem/filter.py       (working copy)
@@ -39,7 +39,7 @@
                req.args.get('version') is None:
                 page = self.client.get(req.path_info)
                 if page is not None:
-                    self.log.debug('CacheFilte: Cache hit on %s', req.path_info)
+                    self.log.debug('CacheFilter: Cache hit on %s', req.path_info)
                     req.__CACHED_PAGE = page
                     return self
                 else:

:)

Attachments (0)

Change History (1)

comment:1 Changed 12 years ago by Ryan J Ollos

Resolution: fixed
Status: newclosed

(In [11850]) Fixes #1199: Fixed trivial typo. Thanks to otaku42 for spotting :)

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Noah Kantrowitz.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.