fix typo
authorFelix Domke <tmbinc@elitedvb.net>
Mon, 24 Sep 2007 19:37:34 +0000 (19:37 +0000)
committerFelix Domke <tmbinc@elitedvb.net>
Mon, 24 Sep 2007 19:37:34 +0000 (19:37 +0000)
lib/python/Screens/Screen.py

index 4e3b117e94cf050c0dd3285b72d00405ebc5441d..ba96ef503680f7f3fea174694da5dec02ac7d5f3 100644 (file)
@@ -7,7 +7,7 @@ class Screen(dict, HTMLSkin, GUISkin):
 
        ALLOW_SUSPEND = False
 
-       global_scren = None
+       global_screen = None
 
        def __init__(self, session, parent = None):
                self.skinName = self.__class__.__name__