From b7ebf51229f89739648ab0a802feeb89de224b47 Mon Sep 17 00:00:00 2001 From: Unit 193 <32967979+unit193@users.noreply.github.com> Date: Thu, 14 May 2020 17:37:15 -0400 Subject: [PATCH] =?UTF-8?q?Fix=20typo:=20defaut=20=E2=86=92=20default.=20(?= =?UTF-8?q?#754)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gallery_dl/option.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gallery_dl/option.py b/gallery_dl/option.py index 979e5385..5b99beee 100644 --- a/gallery_dl/option.py +++ b/gallery_dl/option.py @@ -202,7 +202,7 @@ def build_parser(): downloader.add_argument( "--http-timeout", dest="timeout", metavar="SECONDS", type=float, action=ConfigAction, - help="Timeout for HTTP connections (defaut: 30.0)", + help="Timeout for HTTP connections (default: 30.0)", ) downloader.add_argument( "--sleep",