summaryrefslogtreecommitdiff
path: root/thread.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2004-11-26 14:18:22 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2004-11-26 14:18:22 +0100
commit5c6ed74aff9a766cdede1c02e12e45a0a3d97b43 (patch)
tree2c678a7aeb6bf1d36ca8d49d952e22dff68536b8 /thread.c
parenteb8405695b93c76ae7bf9b17df8767907fe5d4d8 (diff)
downloadvdr-5c6ed74aff9a766cdede1c02e12e45a0a3d97b43.tar.gz
vdr-5c6ed74aff9a766cdede1c02e12e45a0a3d97b43.tar.bz2
Fixed the spelling of 'canceling'
Diffstat (limited to 'thread.c')
-rw-r--r--thread.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/thread.c b/thread.c
index 0bb7110e..ebb0943d 100644
--- a/thread.c
+++ b/thread.c
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: thread.c 1.38 2004/11/26 13:50:37 kls Exp $
+ * $Id: thread.c 1.39 2004/11/26 14:16:07 kls Exp $
*/
#include "thread.h"
@@ -281,7 +281,7 @@ void cThread::Cancel(int WaitSeconds)
return;
cCondWait::SleepMs(10);
}
- esyslog("ERROR: thread %ld won't end (waited %d seconds) - cancelling it...", childTid, WaitSeconds);
+ esyslog("ERROR: thread %ld won't end (waited %d seconds) - canceling it...", childTid, WaitSeconds);
}
childTidMutex.Lock();
if (childTid) {