From bddf2ee414e1c4d542bf3608386deda1a9bc24a6 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 9ccfdb5..e7e3635 100644 --- a/lib/utils.py +++ b/lib/utils.py @@ -206,7 +206,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;