[cosmetic] fix typos in comments

Change-Id: I549ef7002e6ebef3f13af620cad8d03c7f4d891a
This commit is contained in:
Harald Welte
2024-06-02 16:29:38 +02:00
committed by laforge
parent ddbfc043ac
commit 2755b54ded
2 changed files with 2 additions and 2 deletions

View File

@@ -37,7 +37,7 @@ class RspSessionState:
def __init__(self, transactionId: str, serverChallenge: bytes, ci_cert_id: bytes):
self.transactionId = transactionId
self.serverChallenge = serverChallenge
# used at a later point between API calsl
# used at a later point between API calls
self.ci_cert_id = ci_cert_id
self.euicc_cert: Optional[x509.Certificate] = None
self.eum_cert: Optional[x509.Certificate] = None