cosmetic: fix typo in comment

Change-Id: Iac8b310a470b3ad8dee5f61342fd5acedbbd6e5d
This commit is contained in:
Harald Welte 2021-04-03 10:20:11 +02:00 committed by laforge
parent b29df886fc
commit 236a65f02f
1 changed files with 1 additions and 1 deletions

View File

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