aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Chemeris <Alexander.Chemeris@gmail.com>2018-01-26 15:52:29 +0900
committerAlexander Chemeris <Alexander.Chemeris@gmail.com>2018-01-26 15:52:29 +0900
commit5705837a1be60da17500d86bb72c0a0bdd328ad8 (patch)
treea5f0bd286d882c7851346a147d2bf8e3b73ef51f
parentb5208b554496c2f7a27bb07789c8d09e2f069a2a (diff)
ts_51_011: Fix a comment language.
-rw-r--r--pySim/ts_51_011.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pySim/ts_51_011.py b/pySim/ts_51_011.py
index 754d57f..6cad0c1 100644
--- a/pySim/ts_51_011.py
+++ b/pySim/ts_51_011.py
@@ -229,7 +229,7 @@ EF = {
'SUME': DF['GSM']+[EF_num['SUME']],
'PLMNwAcT': DF['GSM']+[EF_num['PLMNwAcT']],
'OPLMNwAcT': DF['GSM']+[EF_num['OPLMNwAcT']],
-# Figure 8 names it HPLMNAcT, but in the text it's names it HPLMNwAcT
+# Figure 8 names it HPLMNAcT, but in the text it's named HPLMNwAcT
'HPLMNAcT': DF['GSM']+[EF_num['HPLMNAcT']],
'HPLMNwAcT': DF['GSM']+[EF_num['HPLMNAcT']],
'CPBCCH': DF['GSM']+[EF_num['CPBCCH']],