fix typo
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>
Mon, 20 Oct 2008 14:56:07 +0000 (14:56 +0000)
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>
Mon, 20 Oct 2008 14:56:07 +0000 (14:56 +0000)
lib/python/Components/TimerSanityCheck.py

index f9176e7..a6fba85 100644 (file)
@@ -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]: