Fixing typo

This commit is contained in:
Nils Vogels 2014-04-30 17:27:22 +02:00
parent d14581b8cc
commit 316500b8e7
1 changed files with 1 additions and 1 deletions

View File

@ -215,7 +215,7 @@ class TVCache():
return None
logger.log(
u"Checking the cahe for show:" + str(parse_result.series_name),
u"Checking the cache for show:" + str(parse_result.series_name),
logger.DEBUG)
# remember if the cache lookup worked or not so we know whether we should bother updating it later