diff --git a/httpie/downloads.py b/httpie/downloads.py index 78e1eb20..2a1beeac 100644 --- a/httpie/downloads.py +++ b/httpie/downloads.py @@ -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