From 89faec994a56698746077ed6ea0d18a26c7fa3e0 Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Wed, 4 Dec 2019 23:32:08 +1100 Subject: [PATCH] Fix simple typo: downland -> download (#823) Closes #822 --- httpie/downloads.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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