Ticket #1199 (new defect)

Opened 2 years ago

Trivial typo

Reported by: otaku42 Assigned to: coderanger
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


Add/Change #1199 (Trivial typo)




Change Properties
Action