pySim-shell: fix typo

Change-Id: I1bd995ae9eb59a44a48da62a7b0262faa84a4f2b
This commit is contained in:
Philipp Maier
2024-08-05 12:50:40 +02:00
parent 5b513a543f
commit 44d51a7b16

View File

@@ -373,7 +373,7 @@ Online manual available at https://downloads.osmocom.org/docs/pysim/master/html/
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.