summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorT. Lohmar <smarttv640@gmail.com>2014-08-16 15:32:01 +0200
committerT. Lohmar <smarttv640@gmail.com>2014-08-16 15:32:01 +0200
commit50294bd5574b00f840bd9d0deae5190d0de56073 (patch)
tree7504b8644a1f7adc204d1d8383418b2c04f2aaae
parent9cc1e3adccf37220aeb786e82c0c554403b5170a (diff)
downloadvdr-plugin-smarttvweb-50294bd5574b00f840bd9d0deae5190d0de56073.tar.gz
vdr-plugin-smarttvweb-50294bd5574b00f840bd9d0deae5190d0de56073.tar.bz2
Typo
-rwxr-xr-xresponsememblk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/responsememblk.c b/responsememblk.c
index 225c23b..c83b57b 100755
--- a/responsememblk.c
+++ b/responsememblk.c
@@ -2440,7 +2440,7 @@ int cResponseMemBlk::sendRecordingsXml(struct stat *statbuf) {
vector<sTimerEntry> act_rec;
/*#ifndef DEBUG*/
*(mLog->log())<< DEBUGPREFIX
- << " checking avtive timer"
+ << " checking active timer"
<< endl;
/*#endif*/
for (cTimer * ti = Timers.First(); ti; ti = Timers.Next(ti)){