Skip to content

Commit

Permalink
Fix typo: damain -> domain (#5756)
Browse files Browse the repository at this point in the history
Fix typo: damain -> domain in certbot/util.py:607
  • Loading branch information
qubbit authored and bmw committed Mar 19, 2018
1 parent 3077b51 commit 41ed636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion certbot/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 41ed636

Please sign in to comment.