Skip to content

Commit

Permalink
Fix typo: uriginal -> original
Browse files Browse the repository at this point in the history
  • Loading branch information
stes authored and wkentaro committed Apr 22, 2023
1 parent 7290308 commit 5c7507f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gdown/download.py
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ def download(
if resume:
print("Resume:", tmp_file, file=sys.stderr)
if url_origin != url:
print("From (uriginal):", url_origin, file=sys.stderr)
print("From (original):", url_origin, file=sys.stderr)
print("From (redirected):", url, file=sys.stderr)
else:
print("From:", url, file=sys.stderr)
Expand Down

0 comments on commit 5c7507f

Please sign in to comment.