From 2d235f814309c68d41357c3a9266b4c7cb956778 Mon Sep 17 00:00:00 2001 From: Philipp Maier Date: Thu, 8 Aug 2024 14:41:11 +0200 Subject: [PATCH] filesystem: fix typo Change-Id: I17f184bbcf494c5fe944602224cf72d6a22cbc9d --- pySim/filesystem.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pySim/filesystem.py b/pySim/filesystem.py index e3efcab2..624619b0 100644 --- a/pySim/filesystem.py +++ b/pySim/filesystem.py @@ -64,7 +64,7 @@ class CardFile: Args: fid : File Identifier (4 hex digits) sfid : Short File Identifier (2 hex digits, optional) - name : Brief name of the file, lik EF_ICCID + name : Brief name of the file, like EF_ICCID desc : Description of the file parent : Parent CardFile object within filesystem hierarchy profile : Card profile that this file should be part of