From 5d2c2e2bc9e90857f3b2c4266c7662e49aed74fe Mon Sep 17 00:00:00 2001 From: Mathias Behrle Date: Sun, 20 Jul 2014 02:42:53 +0200 Subject: [PATCH] Fix of small typo. --- mayan/apps/installation/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mayan/apps/installation/models.py b/mayan/apps/installation/models.py index 33b50520f1..b04ca35d24 100644 --- a/mayan/apps/installation/models.py +++ b/mayan/apps/installation/models.py @@ -127,7 +127,7 @@ class Installation(SingletonModel): namespace.add_property('headcommit_message', _(u'HEAD commit message'), headcommit.message, report=True) def virtualenv_properties(self): - namespace = PropertyNamespace('venv', _(u'VirtuanEnv')) + namespace = PropertyNamespace('venv', _(u'VirtualEnv')) try: venv = VirtualEnv() except PIPNotFound: