From 864a63ed33fd9fda584980c5dba03611233516de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20F=C3=A4hrmann?= Date: Tue, 10 Oct 2017 17:41:48 +0200 Subject: [PATCH] fix typo [skip ci] --- gallery_dl/extractor/reddit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gallery_dl/extractor/reddit.py b/gallery_dl/extractor/reddit.py index a32a1dce..4b6b638b 100644 --- a/gallery_dl/extractor/reddit.py +++ b/gallery_dl/extractor/reddit.py @@ -121,7 +121,7 @@ class RedditAPI(): self.client_id = None self.log.warning( "Conflicting values for 'client-id' and 'user-agent': " - "override either both or non of them.") + "override either both or none of them.") else: self.client_id = client_id self.session.headers["User-Agent"] = user_agent