fix typo
[enigma2.git] / lib / python / Plugins / SystemPlugins / SatelliteEquipmentControl / plugin.py
index 2c88bdad5c297922d3e21b0094542d3721185c78..faa9b05737778320c3d78f3731a14ce33aab7cf9 100644 (file)
@@ -66,7 +66,7 @@ def SecSetupStart(menuid):
        return [ ]
 
 def Plugins(**kwargs):
-       if (nimmanager.hasNimType("DVB-S")):
+       if (nimmgr.hasNimType("DVB-S")):
                return PluginDescriptor(name=_("Satellite Equipment Setup"), description="Setup your satellite equipment", where = PluginDescriptor.WHERE_SETUP, fnc=SecSetupStart)
        else:
                return []