From: Felix Domke Date: Sun, 23 Apr 2006 22:00:50 +0000 (+0000) Subject: fix typos X-Git-Tag: 2.6.0~3579 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/d15aa2df2bb416671570bc128bb32d263d98424f fix typos --- diff --git a/lib/python/Screens/ScanSetup.py b/lib/python/Screens/ScanSetup.py index 2dbbca27..e52f9f93 100644 --- a/lib/python/Screens/ScanSetup.py +++ b/lib/python/Screens/ScanSetup.py @@ -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})