aboutsummaryrefslogtreecommitdiffstats
path: root/pySim
diff options
context:
space:
mode:
authorPhilipp Maier <pmaier@sysmocom.de>2018-07-13 11:29:03 +0200
committerPhilipp Maier <pmaier@sysmocom.de>2018-07-13 11:36:26 +0200
commit1be35bfa09a8fc72d38efc050f95f65324d3fac0 (patch)
tree944188b4a5ba4274fdfc0bf90a307e42ef8bb30d /pySim
parenta2650496ce4a82b97807a6dfd0b7ae78054fc139 (diff)
cosmetic: fix cut and paste error in comment
Diffstat (limited to 'pySim')
-rw-r--r--pySim/cards.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pySim/cards.py b/pySim/cards.py
index 3577d8d..9be04ff 100644
--- a/pySim/cards.py
+++ b/pySim/cards.py
@@ -533,7 +533,7 @@ class SysmoUSIMSJS1(Card):
# set Ki in proprietary file
data, sw = self._scc.update_binary('00FF', p['ki'])
- # set Ki in proprietary file
+ # set OPc in proprietary file
content = "01" + p['opc']
data, sw = self._scc.update_binary('00F7', content)