From c07035426b067289d4af2330b9045b6de64df563 Mon Sep 17 00:00:00 2001 From: Zykino Date: Tue, 11 Dec 2018 01:17:23 +0100 Subject: [PATCH] fix typo --- lib/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/utils.py b/lib/utils.py index 08bc82a..1602ab6 100644 --- a/lib/utils.py +++ b/lib/utils.py @@ -199,7 +199,7 @@ def cleanString(toclean): return cleaned def decodeArgumentStrings(options, encoding): - # Python crash when decding from UTF-8 to UTF-8, so we prevent this + # Python crash when decoding from UTF-8 to UTF-8, so we prevent this if "utf-8" == encoding.lower(): return;