From 236a65f02f32ec23fc479a90d2aafd9ea00c6775 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sat, 3 Apr 2021 10:20:11 +0200 Subject: [PATCH] cosmetic: fix typo in comment Change-Id: Iac8b310a470b3ad8dee5f61342fd5acedbbd6e5d --- pySim/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pySim/utils.py b/pySim/utils.py index 75106d8e..a784b7ed 100644 --- a/pySim/utils.py +++ b/pySim/utils.py @@ -625,7 +625,7 @@ def sanitize_pin_adm(pin_adm, pin_adm_hex = None): """ The ADM pin can be supplied either in its hexadecimal form or as ascii string. This function checks the supplied opts parameter and - returns the pin_adm as hex encoded string, regardles in which form + returns the pin_adm as hex encoded string, regardless in which form it was originally supplied by the user """