From b8845748f5f5a5834c47d65983ec196025164ed9 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Fri, 28 Sep 2018 08:29:36 +0200 Subject: [PATCH] cosmetic typo: attemt -> attempt --- sysmo_usimsjs1.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysmo_usimsjs1.py b/sysmo_usimsjs1.py index 7aca6d5..2b50f51 100644 --- a/sysmo_usimsjs1.py +++ b/sysmo_usimsjs1.py @@ -231,7 +231,7 @@ def sysmo_usim_admin_auth(sim, adm1, force = False): # Stop if a decreased ADM1 retry counter is detected if(rem_attemts < 3) and force == False: - print " * Error: Only two authentication attemts remaining, we don't" + print " * Error: Only two authentication attempts remaining, we don't" print " want to risk another failed authentication attempt!" print " (double check ADM1 and use option -f to override)" return False