Skip to content

Commit cb0293c

Browse files
committed
Fixed comment typo
1 parent 38010d7 commit cb0293c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/github-backup

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -584,7 +584,7 @@ def download_file(url, path, auth):
584584
# Gracefully handle 404 responses (and others) when downloading from S3
585585
log_warning('Skipping download of asset {0} due to HTTPError: {1}'.format(url, exc.reason))
586586
except URLError as e:
587-
# Gracefully hadnle other URL errors
587+
# Gracefully handle other URL errors
588588
log_warning('Skipping download of asset {0} due to URLError: {1}'.format(url, e.reason))
589589
except socket.error as e:
590590
# Gracefully handle socket errors

0 commit comments

Comments
 (0)