id	summary	reporter	owner	description	type	status	priority	component	severity	resolution	keywords	cc	release
1199	Trivial typo	otaku42	coderanger	Spotted a small typo:\r\n\r\n{{{\r\nIndex: cachesystem/filter.py\r\n===================================================================\r\n--- cachesystem/filter.py       (revision 1943)\r\n+++ cachesystem/filter.py       (working copy)\r\n@@ -39,7 +39,7 @@\r\n                req.args.get('version') is None:\r\n                 page = self.client.get(req.path_info)\r\n                 if page is not None:\r\n-                    self.log.debug('CacheFilte: Cache hit on %s', req.path_info)\r\n+                    self.log.debug('CacheFilter: Cache hit on %s', req.path_info)\r\n                     req.__CACHED_PAGE = page\r\n                     return self\r\n                 else:\r\n}}}\r\n\r\n:)	defect	closed	low	CacheSystemPlugin	trivial	fixed			0.10
