Ticket #1199 (closed defect: fixed)

Opened 6 years ago

Last modified 10 months 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

Change History

07/31/12 09:34:16 changed by rjollos

  • status changed from new to closed.
  • resolution set to fixed.

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


Add/Change #1199 (Trivial typo)




Change Properties
Action