Fix typo: damain -> domain (#5756)

Fix typo: damain -> domain in certbot/util.py:607
This commit is contained in:
Gopal Adhikari 2018-03-19 14:08:45 -04:00 committed by Brad Warren
parent 3077b51500
commit 41ed6367b4

View file

@ -604,7 +604,7 @@ def enforce_domain_sanity(domain):
def is_wildcard_domain(domain):
""""Is domain a wildcard domain?
:param damain: domain to check
:param domain: domain to check
:type domain: `bytes` or `str` or `unicode`
:returns: True if domain is a wildcard, otherwise, False