psa: fixed configdir value
[feedingit] / psa_harmattan / feedingit / pysrc / config.py
index 522c181..3d37d37 100644 (file)
@@ -280,7 +280,7 @@ class Config():
         self.config["expiry"] = expiry
     def isAutoUpdateEnabled(self):
         return self.config["autoupdate"]
-    def setAutoUpdateEnable(self, value):
+    def setAutoUpdateEnabled(self, value):
         self.config["autoupdate"] = value
     def getUpdateInterval(self):
         return float(self.config["updateInterval"])