dexter has uploaded this change for review. (
https://gerrit.osmocom.org/c/pysim/+/30839
)
Change subject: cards: fix typo
......................................................................
cards: fix typo
Change-Id: I81a6074776bdf67b7bea359fe7a24f906936f46d
---
M pySim/cards.py
1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/pysim refs/changes/39/30839/1
diff --git a/pySim/cards.py b/pySim/cards.py
index 4eff38c..b8a37d4 100644
--- a/pySim/cards.py
+++ b/pySim/cards.py
@@ -1331,13 +1331,13 @@
print(
"Warning: Programming of the ICCID is not implemented for this type
of card.")
- # KI (Presumably a propritary file)
+ # KI (Presumably a proprietary file)
# TODO: Add programming of KI
if p.get('ki'):
print(
"Warning: Programming of the KI is not implemented for this type of
card.")
- # OPc (Presumably a propritary file)
+ # OPc (Presumably a proprietary file)
# TODO: Add programming of OPc
if p.get('opc'):
print(
--
To view, visit
https://gerrit.osmocom.org/c/pysim/+/30839
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: pysim
Gerrit-Branch: master
Gerrit-Change-Id: I81a6074776bdf67b7bea359fe7a24f906936f46d
Gerrit-Change-Number: 30839
Gerrit-PatchSet: 1
Gerrit-Owner: dexter <pmaier(a)sysmocom.de>
Gerrit-MessageType: newchange