From cb0293cbe57938cb0286a3feb7c5b121b4c47959 Mon Sep 17 00:00:00 2001 From: Ben Baron Date: Mon, 6 Jan 2020 14:15:41 -0500 Subject: [PATCH] Fixed comment typo --- bin/github-backup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/github-backup b/bin/github-backup index 5ca799c..c10694c 100755 --- a/bin/github-backup +++ b/bin/github-backup @@ -584,7 +584,7 @@ def download_file(url, path, auth): # Gracefully handle 404 responses (and others) when downloading from S3 log_warning('Skipping download of asset {0} due to HTTPError: {1}'.format(url, exc.reason)) except URLError as e: - # Gracefully hadnle other URL errors + # Gracefully handle other URL errors log_warning('Skipping download of asset {0} due to URLError: {1}'.format(url, e.reason)) except socket.error as e: # Gracefully handle socket errors