Fix issues reported by codespell

This commit is contained in:
Darshit Shah
2020-12-28 01:23:34 +01:00
parent 6898efd978
commit c80b1271d7
2 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ for hostname in hostnames_to_check:
try:
ip = socket.gethostbyname(hostname)
except socket.gaierror as _:
# resolution of the name failes
# resolution of the name fails
# return value 77 -> SKIP
exit(77)