cosmetic typo: attemt -> attempt

This commit is contained in:
Harald Welte 2018-09-28 08:29:36 +02:00
parent 48c0993312
commit b8845748f5
1 changed files with 1 additions and 1 deletions

View File

@ -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