From 69981acaae1d9fa1ffcfc169ec93a0cf57c39a53 Mon Sep 17 00:00:00 2001 From: "Chang.H.S" Date: Wed, 4 Jan 2012 18:17:03 +0900 Subject: [PATCH] GenuineVuplus : fix typo --- lib/python/Plugins/Extensions/GenuineVuplus/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/python/Plugins/Extensions/GenuineVuplus/plugin.py b/lib/python/Plugins/Extensions/GenuineVuplus/plugin.py index 0ee8bd1..c2691e7 100755 --- a/lib/python/Plugins/Extensions/GenuineVuplus/plugin.py +++ b/lib/python/Plugins/Extensions/GenuineVuplus/plugin.py @@ -26,7 +26,7 @@ GENUINE_MESSAGES={ -3 : "INVALID SERIAL NUMBER.", -2 : "DEVICE OPEN ERROR.", -1 : "AUTHENTICATION FAILED.", - 0 : "AUTHENTICATION SUCESS." + 0 : "AUTHENTICATION SUCCESS." } class GenuineVuplus(Screen, ConfigListScreen): -- 2.7.4