From e481a65ffd10f9235ff6f6a4eaf67ba1897de88f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Sat, 8 Dec 2012 20:01:20 +0100 Subject: Spelling fixes --- searchtimer_thread.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'searchtimer_thread.c') 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) { -- cgit v1.2.3