fix typos
[enigma2.git] / lib / python / Screens / ScanSetup.py
index 2dbbca27fcc318c159861f019ee8107686a69b32..e52f9f93b1f3eeb72db4963d3ec0c50fe3675f0e 100644 (file)
@@ -503,10 +503,10 @@ class ScanSimple(Screen):
                                                        print sat
                                                        getInitialTransponderList(tlist, sat[1])
                                elif nimmanager.getNimType(x[1].parent.configPath) == nimmanager.nimType["DVB-C"]:
-                                       ScanPossible = True
+                                       scanPossible = True
                                        getInitialCableTransponderList(tlist, nimmanager.getCableDescription(slotid))
                                elif nimmanager.getNimType(x[1].parent.configPath) == nimmanager.nimType["DVB-T"]:
-                                       ScanPossible = True
+                                       scanPossible = True
                                        getInitialTerrestrialTransponderList(tlist, nimmanager.getTerrestrialDescription(slotid))
                                if scanPossible:
                                        scanList.append({"transponders": tlist, "feid": slotid, "flags": eComponentScan.scanNetworkSearch})