summaryrefslogtreecommitdiff
path: root/timers.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2012-06-09 14:40:26 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2012-06-09 14:40:26 +0200
commitc020b708a523b35c1d2ef0c34c8a4e5d1d7b9a00 (patch)
treef74510b628bf8c404335e17f23bb3fda770a1b88 /timers.c
parent440c119b0a80d40d05f48613de46f367597a3f29 (diff)
downloadvdr-c020b708a523b35c1d2ef0c34c8a4e5d1d7b9a00.tar.gz
vdr-c020b708a523b35c1d2ef0c34c8a4e5d1d7b9a00.tar.bz2
Fixed several spelling errors
Diffstat (limited to 'timers.c')
-rw-r--r--timers.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/timers.c b/timers.c
index 13fce1e2..c4f4f7af 100644
--- a/timers.c
+++ b/timers.c
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: timers.c 2.10 2012/06/03 13:04:23 kls Exp $
+ * $Id: timers.c 2.11 2012/06/09 14:37:24 kls Exp $
*/
#include "timers.h"
@@ -280,7 +280,7 @@ bool cTimer::Parse(const char *s)
free(aux);
aux = NULL;
//XXX Apparently sscanf() doesn't work correctly if the last %a argument
- //XXX results in an empty string (this first occured when the EIT gathering
+ //XXX results in an empty string (this first occurred when the EIT gathering
//XXX was put into a separate thread - don't know why this happens...
//XXX As a cure we copy the original string and add a blank.
//XXX If anybody can shed some light on why sscanf() failes here, I'd love