dexter has submitted this change. ( https://gerrit.osmocom.org/c/pysim/+/37772?usp=email )
Change subject: pySim-shell: fix typo ......................................................................
pySim-shell: fix typo
Change-Id: I1bd995ae9eb59a44a48da62a7b0262faa84a4f2b --- M pySim-shell.py 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: Jenkins Builder: Verified dexter: Looks good to me, approved
diff --git a/pySim-shell.py b/pySim-shell.py index 6e59e58..36cb839 100755 --- a/pySim-shell.py +++ b/pySim-shell.py @@ -373,7 +373,7 @@ first = True while 1: # TODO: Count consecutive failures, if more than N consecutive failures occur, then stop. - # The ratinale is: There may be a problem with the device, we do want to prevent that + # The rationale is: There may be a problem with the device, we do want to prevent that # all remaining cards are fired to the error bin. This is only relevant for situations # with large stacks, probably we do not need this feature right now.