summaryrefslogtreecommitdiff
path: root/epgsearchext.c
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2012-12-08 20:01:20 +0100
committerChristian Wieninger <cwieninger@gmx.de>2012-12-08 20:01:20 +0100
commite481a65ffd10f9235ff6f6a4eaf67ba1897de88f (patch)
tree04dc05d3247ffe2a6769126a22f8df2fbf54db6c /epgsearchext.c
parent4e8b7b0cd29d820e8206d0d6418400243b182c03 (diff)
downloadvdr-plugin-epgsearch-e481a65ffd10f9235ff6f6a4eaf67ba1897de88f.tar.gz
vdr-plugin-epgsearch-e481a65ffd10f9235ff6f6a4eaf67ba1897de88f.tar.bz2
Spelling fixes
Diffstat (limited to 'epgsearchext.c')
-rw-r--r--epgsearchext.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epgsearchext.c b/epgsearchext.c
index 75dd128..64b614a 100644
--- a/epgsearchext.c
+++ b/epgsearchext.c
@@ -1184,7 +1184,7 @@ void cSearchExt::CheckRepeatTimers(cSearchResults* pResults)
if (records > allowedRepeats) // already recorded
{
LogFile.Log(3,"skip '%s~%s' (%s - %s, channel %d): already recorded %d equal event(s)", pEvent->Title()?pEvent->Title():"no title", pEvent->ShortText()?pEvent->ShortText():"no subtitle", GETDATESTRING(pEvent), GETTIMESTRING(pEvent), ChannelNrFromEvent(pEvent), records);
- pResultObj->needsTimer = false; // first asume we need no timer
+ pResultObj->needsTimer = false; // first assume we need no timer
continue;
}