summaryrefslogtreecommitdiff
path: root/searchtimer_thread.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 /searchtimer_thread.c
parent4e8b7b0cd29d820e8206d0d6418400243b182c03 (diff)
downloadvdr-plugin-epgsearch-e481a65ffd10f9235ff6f6a4eaf67ba1897de88f.tar.gz
vdr-plugin-epgsearch-e481a65ffd10f9235ff6f6a4eaf67ba1897de88f.tar.bz2
Spelling fixes
Diffstat (limited to 'searchtimer_thread.c')
-rw-r--r--searchtimer_thread.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/searchtimer_thread.c b/searchtimer_thread.c
index 83e0249..6c97639 100644
--- a/searchtimer_thread.c
+++ b/searchtimer_thread.c
@@ -347,7 +347,7 @@ void cSearchTimerThread::Action(void)
continue;
}
- char* pFile = NULL; // File is prepared for svdrp, so prepare t->File for comparision too
+ char* pFile = NULL; // File is prepared for svdrp, so prepare t->File for comparison too
msprintf(&pFile, "%s", t->File());
pFile = strreplace(pFile, ':', '|');
pFile = strreplace(pFile, " ~", "~");
@@ -687,7 +687,7 @@ bool cSearchTimerThread::AddModTimer(cTimer* Timer, int index, cSearchExt* searc
strftime(bufStart, sizeof(bufStart), "%H%M", localtime_r(&start, &tm_r));
strftime(bufEnd, sizeof(bufEnd), "%H%M", localtime_r(&stop, &tm_r));
- // add additonal info
+ // add additional info
char* tmpSummary = NULL;
if (Summary)
{