1
0
mirror of https://github.com/httpie/cli.git synced 2026-04-24 19:53:55 +02:00

Fix simple typo: downland -> download (#823)

Closes #822
This commit is contained in:
Tim Gates
2019-12-04 23:32:08 +11:00
committed by Jakub Roztocil
parent f1ab816ecd
commit 89faec994a
+1 -1
View File
@@ -347,7 +347,7 @@ class Downloader:
class DownloadStatus:
"""Holds details about the downland status."""
"""Holds details about the download status."""
def __init__(self):
self.downloaded = 0