[mod] typo

This commit is contained in:
Laurent Peuch 2016-10-30 05:36:02 +01:00
parent 65e9a4b6d8
commit c1252120a1

View file

@ -91,7 +91,7 @@ def certificate_status(auth, domainList, full=False):
# Else, validate that yunohost knows the domains given # Else, validate that yunohost knows the domains given
else: else:
for domain in domainList: for domain in domainList:
# Is it in Yunohost dmomain list ? # Is it in Yunohost domain list ?
if domain not in yunohost.domain.domain_list(auth)['domains']: if domain not in yunohost.domain.domain_list(auth)['domains']:
raise MoulinetteError(errno.EINVAL, m18n.n('certmanager_domain_unknown', domain=domain)) raise MoulinetteError(errno.EINVAL, m18n.n('certmanager_domain_unknown', domain=domain))