summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--handler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/handler.h b/handler.h
index 2985342..3146910 100644
--- a/handler.h
+++ b/handler.h
@@ -971,7 +971,7 @@ class cEpg2VdrEpgHandler : public cEpgHandler
if (!handlerMutex.tryLock())
{
- tell(0, "Error: EPG Handler not working - brocken SegmentTransfer sequence in VDR");
+ tell(0, "Error: EPG Handler not working - broken SegmentTransfer sequence in VDR");
return false;
}