fix yet another typo
[enigma2.git] / skin.py
diff --git a/skin.py b/skin.py
index bdd621a74e4ef56aefda95fdc911494bf470243f..eae6ea4b4e6c941d832e8130221ecc2b7dac223e 100644 (file)
--- a/skin.py
+++ b/skin.py
@@ -147,7 +147,7 @@ def applySingleAttribute(guiObject, desktop, attrib, value, scale = ((1,1),(1,1)
                        try:
                                guiObject.setOrientation(*
                                        { "orVertical": (guiObject.orVertical, False),
-                                               "orTopToBottom": (guiObject.olVertical, False),
+                                               "orTopToBottom": (guiObject.orVertical, False),
                                                "orBottomToTop": (guiObject.orVertical, True),
                                                "orHorizontal": (guiObject.orHorizontal, False),
                                                "orLeftToRight": (guiObject.orHorizontal, False),