aboutsummaryrefslogtreecommitdiffstats
path: root/src/gsm/gsm_04_08_gprs.c
diff options
context:
space:
mode:
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>2020-10-29 18:08:52 +0700
committerVadim Yanitskiy <vyanitskiy@sysmocom.de>2020-10-29 18:09:36 +0700
commit65954bac138ba3ad537f2759a24fb64364bc2f6f (patch)
tree7081a008820f80c904f1d08117bef6aa3136ba5f /src/gsm/gsm_04_08_gprs.c
parentb3b837c5e81dc5b21f8994b3d16adf3448b48035 (diff)
fix spelling in 'value_string' arrays: existAnt -> existEnt
It could be that this spelling variant was originally used in the specs., but now at least in 3GPP TS 44.018 they use 'existEnt'. Change-Id: I847de910411f2edf7cc45b8c296b43e65fed5447
Diffstat (limited to 'src/gsm/gsm_04_08_gprs.c')
-rw-r--r--src/gsm/gsm_04_08_gprs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gsm/gsm_04_08_gprs.c b/src/gsm/gsm_04_08_gprs.c
index 608fa8c1..80325939 100644
--- a/src/gsm/gsm_04_08_gprs.c
+++ b/src/gsm/gsm_04_08_gprs.c
@@ -65,7 +65,7 @@ const struct value_string gsm48_gmm_cause_names_[] = {
{ GMM_CAUSE_SEM_INCORR_MSG, "Semantically incorrect message" },
{ GMM_CAUSE_INV_MAND_INFO, "Invalid mandatory information" },
{ GMM_CAUSE_MSGT_NOTEXIST_NOTIMPL,
- "Message type non-existant or not implemented" },
+ "Message type non-existent or not implemented" },
{ GMM_CAUSE_MSGT_INCOMP_P_STATE,
"Message type not compatible with protocol state" },
{ GMM_CAUSE_IE_NOTEXIST_NOTIMPL,
@@ -105,7 +105,7 @@ const struct value_string gsm48_gsm_cause_names_[] = {
{ GSM_CAUSE_SEM_INCORR_MSG, "Semantically incorrect message" },
{ GSM_CAUSE_INV_MAND_INFO, "Invalid mandatory information" },
{ GSM_CAUSE_MSGT_NOTEXIST_NOTIMPL,
- "Message type non-existant or not implemented" },
+ "Message type non-existent or not implemented" },
{ GSM_CAUSE_MSGT_INCOMP_P_STATE,
"Message type not compatible with protocol state" },
{ GSM_CAUSE_IE_NOTEXIST_NOTIMPL,