[tor-commits] [gettor/master] fix minor spelling error
cohosh at torproject.org
cohosh at torproject.org
Mon Mar 8 00:12:06 UTC 2021
commit dd2818ee27b8e0e9c08d34ef864a5168d10e0e0b
Author: hanneloresx <hanneloresx at protonmail.com>
Date: Sat Jan 23 17:46:20 2021 -0500
fix minor spelling error
---
gettor/utils/validate_email.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gettor/utils/validate_email.py b/gettor/utils/validate_email.py
index 337849e..9537c84 100644
--- a/gettor/utils/validate_email.py
+++ b/gettor/utils/validate_email.py
@@ -170,7 +170,7 @@ def validate_email(email, check_mx=False, verify=False, debug=False, smtp_timeou
smtp.quit()
except smtplib.SMTPServerDisconnected: # Server not permits verify user
if debug:
- logger.debug(u'%s disconected.', mx[1])
+ logger.debug(u'%s disconnected.', mx[1])
except smtplib.SMTPConnectError:
if debug:
logger.debug(u'Unable to connect to %s.', mx[1])
More information about the tor-commits
mailing list