Fix of small typo.

This commit is contained in:
Mathias Behrle
2014-07-20 02:42:53 +02:00
parent 0e77cc835c
commit 5d2c2e2bc9

View File

@@ -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: