aboutsummaryrefslogtreecommitdiffstats
path: root/pySim/cards.py
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2021-04-11 10:28:28 +0200
committerHarald Welte <laforge@osmocom.org>2021-04-11 12:20:29 +0200
commitc9cdce3e0208496fb89d921bba234d366e4da734 (patch)
tree447f12c8bf079da4947f0eee9c646e9bca0c2413 /pySim/cards.py
parent790b2709bdef937f9ec4d4c95402ee4ccb8e4696 (diff)
fix various typos all over the code
Diffstat (limited to 'pySim/cards.py')
-rw-r--r--pySim/cards.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/pySim/cards.py b/pySim/cards.py
index 8489c97..5a39bda 100644
--- a/pySim/cards.py
+++ b/pySim/cards.py
@@ -94,7 +94,7 @@ class Card(object):
in ETSI TS 151 011 for the details of the access_tech field coding.
Some common values:
access_tech = '0080' # Only GSM is selected
- access_tech = 'FFFF' # All technologues selected, even Reserved for Future Use ones
+ access_tech = 'FFFF' # All technologies selected, even Reserved for Future Use ones
"""
# get size and write EF.HPLMNwAcT
data = self._scc.read_binary(EF['HPLMNwAcT'], length=None, offset=0)
@@ -476,7 +476,7 @@ class _MagicSimBase(Card):
each possible provider uses a specific record number in each EF. The
indexes used are ( where N is the number of providers supported ) :
- [2 .. N+1] for the operator name
- - [1 .. N] for the programable EFs
+ - [1 .. N] for the programmable EFs
* 3f00/7f4d/8f0c : Operator Name
@@ -618,7 +618,7 @@ class MagicSim(_MagicSimBase):
class FakeMagicSim(Card):
"""
Theses cards have a record based EF 3f00/000c that contains the provider
- informations. See the program method for its format. The records go from
+ information. See the program method for its format. The records go from
1 to N.
"""