aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>2006-02-25 22:50:30 +0000
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>2006-02-25 22:50:30 +0000
commit918b10142cc354032c9e5911f7e2c92b5994f86a (patch)
tree0b45b665f2cf68622d49ab234960887f7efd37e1 /lib/python
parentf677fd9a66325bcc27a97b5fca55f34d83cfbac9 (diff)
downloadenigma2-918b10142cc354032c9e5911f7e2c92b5994f86a.tar.gz
enigma2-918b10142cc354032c9e5911f7e2c92b5994f86a.zip
fix typo
Diffstat (limited to 'lib/python')
-rw-r--r--lib/python/Plugins/SystemPlugins/OldSoftwareUpdate/plugin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Plugins/SystemPlugins/OldSoftwareUpdate/plugin.py b/lib/python/Plugins/SystemPlugins/OldSoftwareUpdate/plugin.py
index 51a3fb39..0dc53a6c 100644
--- a/lib/python/Plugins/SystemPlugins/OldSoftwareUpdate/plugin.py
+++ b/lib/python/Plugins/SystemPlugins/OldSoftwareUpdate/plugin.py
@@ -174,4 +174,4 @@ def IpkgMain(session):
def Plugins():
return [PluginDescriptor(name="Old Softwareupdate", description="Updates your receiver's software", icon="update.png", where = PluginDescriptor.WHERE_PLUGINMENU, fnc=UpgradeMain),
- PluginDescriptor(name="IPKG", description="IPKG frotend", icon="update.png", where = PluginDescriptor.WHERE_PLUGINMENU, fnc=IpkgMain)]
+ PluginDescriptor(name="IPKG", description="IPKG frontend", icon="update.png", where = PluginDescriptor.WHERE_PLUGINMENU, fnc=IpkgMain)]