diff options
Diffstat (limited to 'handler.h')
-rw-r--r-- | handler.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; } |