Merge pull request #2404 from jcollie/develop

fix typo
This commit is contained in:
Thomas S Hatch 2012-10-31 11:13:35 -07:00
commit 638a450d97

View File

@ -1065,7 +1065,7 @@ class AESFuncs(object):
try:
ret = getattr(self, func)(load)
except AttributeError as exc:
log.error(('Received function {0} which in unavailable on the '
log.error(('Received function {0} which is unavailable on the '
'master, returning False').format(exc))
return self.crypticle.dumps(False)
# Don't encrypt the return value for the _return func