From ded7e6960dcf625a9c00fe04b3b754c322031d35 Mon Sep 17 00:00:00 2001 From: Kian-Meng Ang Date: Tue, 2 Jan 2024 01:46:05 +0800 Subject: [PATCH] Fix typos Found via `typos --hidden --format brief` --- CHANGELOG | 2 +- ddgr | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 91e4d0b..d695cff 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -100,7 +100,7 @@ ddgr v1.2 2017-12-08 What's in? -- Remove Pyhton3 'requests' library dependency +- Remove Python3 'requests' library dependency - Remove Python 3.3 (EOL) support - Fix zsh completion script issue diff --git a/ddgr b/ddgr index a73bd41..106f4b6 100755 --- a/ddgr +++ b/ddgr @@ -731,7 +731,7 @@ class DdgConnection: DDGConnectionError When not getting HTTP 200 even after the allowed one reconnection and/or one redirection, or when DuckDuckGo is - blocking query due to unsual activity. + blocking query due to unusual activity. Returns -------