[Rigo] fix typo in method name

This commit is contained in:
Fabio Erculiani
2012-03-31 12:49:11 +02:00
parent be95f30356
commit aed0867d6e
+1 -1
View File
@@ -877,7 +877,7 @@ class Application(object):
app = self.get_installed()
return app is not None
def _get_instaled(self):
def _get_installed(self):
"""
Application.get_installed() method body.
"""