dexter has uploaded this change for review.

View Change

ts_31_102: fix typo

Change-Id: Ic8f93a55b974984472356f48518da91c6a521409
---
M pySim/ts_31_102.py
1 file changed, 10 insertions(+), 1 deletion(-)

git pull ssh://gerrit.osmocom.org:29418/pysim refs/changes/13/33213/1
diff --git a/pySim/ts_31_102.py b/pySim/ts_31_102.py
index 14e7cae..342ea87 100644
--- a/pySim/ts_31_102.py
+++ b/pySim/ts_31_102.py
@@ -1655,7 +1655,7 @@
This emulates a terminal (modem/phone) having received a SMS
with a PID of 'SMS for the SIM card'. You can use this
command in the context of testing OTA related features
- without a modem/phone or a cellular netwokr."""
+ without a modem/phone or a cellular network."""
tpdu_ie = SMS_TPDU()
tpdu_ie.from_bytes(h2b(opts.TPDU))
dev_ids = DeviceIdentities(

To view, visit change 33213. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: pysim
Gerrit-Branch: master
Gerrit-Change-Id: Ic8f93a55b974984472356f48518da91c6a521409
Gerrit-Change-Number: 33213
Gerrit-PatchSet: 1
Gerrit-Owner: dexter <pmaier@sysmocom.de>
Gerrit-MessageType: newchange