[cosmetic] pySim.transport: Fix spelling/typos in comment

Change-Id: Ia20cc2439bf00c1b6479f36c05514945ac4faf71
This commit is contained in:
Harald Welte
2025-03-28 09:11:46 +01:00
parent f57f6a95a5
commit 701e011e14

View File

@@ -164,8 +164,8 @@ class LinkBase(abc.ABC):
if self.apdu_tracer:
self.apdu_tracer.trace_response(apdu, sw, data)
# The APDU case (See aso ISO/IEC 7816-3, table 12) dictates if we should receive a response or not. If we
# receive a response in an APDU case that does not allow the reception of a respnse we print a warning to
# The APDU case (See also ISO/IEC 7816-3, table 12) dictates if we should receive a response or not. If we
# receive a response in an APDU case that does not allow the reception of a response we print a warning to
# make the user/caller aware of the problem. Since the transaction is over at this point and data was received
# we count it as a successful transaction anyway, even though the spec was violated. The problem is most likely
# caused by a missing Le field in the APDU. This is an error that the caller/user should correct to avoid