mirror of
https://gitlab.com/gnuwget/wget.git
synced 2025-07-25 17:01:52 +00:00
Fix issues reported by codespell
This commit is contained in:
@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user