1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-11-29 22:37:58 +02:00

Fix a bunch of typos

This commit is contained in:
Vincent Kling
2022-10-19 19:36:13 +02:00
parent e600f20762
commit 23d06a5761
50 changed files with 75 additions and 75 deletions

View File

@@ -142,7 +142,7 @@ def get_server(protocol, authenticated=False):
else:
hostname, port = extract_host_port(app.config['SMTP_ADDRESS'], 25)
try:
# test if hostname is already resolved to an ip adddress
# test if hostname is already resolved to an ip address
ipaddress.ip_address(hostname)
except:
# hostname is not an ip address - so we need to resolve it