From: Andreas Monzner Date: Mon, 20 Oct 2008 14:56:07 +0000 (+0000) Subject: fix typo X-Git-Tag: 2.6.0~739 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/98b74e9d30fd5b453bc3c0e817373b5b19c91232 fix typo --- diff --git a/lib/python/Components/TimerSanityCheck.py b/lib/python/Components/TimerSanityCheck.py index f9176e78..a6fba85c 100644 --- a/lib/python/Components/TimerSanityCheck.py +++ b/lib/python/Components/TimerSanityCheck.py @@ -176,7 +176,7 @@ class TimerSanityCheck: if ConflictTimer is None: # just take care of the first conflict ConflictTimer = timer ConflictTunerType = tunerType - ConflictSlot = tunerSlot + ConflictTunerSlot = tunerSlot elif event[2] == self.eflag: for fakeRec in fakeRecList: if timer == fakeRec[0]: