mirror of
https://github.com/certbot/certbot.git
synced 2026-01-27 19:42:53 +03:00
Fix typo: damain -> domain (#5756)
Fix typo: damain -> domain in certbot/util.py:607
This commit is contained in:
committed by
Brad Warren
parent
3077b51500
commit
41ed6367b4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user