aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-umts_fp.c
diff options
context:
space:
mode:
authorMartin Mathieson <martin.r.mathieson@googlemail.com>2024-01-31 22:14:22 +0000
committerMartin Mathieson <martin.r.mathieson@googlemail.com>2024-01-31 22:14:22 +0000
commit8cea8e71205ba08d703bd348245aa660a5425af5 (patch)
tree08d9e0142ed6d7d07b1c5f57131694c5c88fc5ba /epan/dissectors/packet-umts_fp.c
parentf4e71562d09d52fccd63b1839afefdc500bfcc7a (diff)
Fix more spellings - mostly comments
Diffstat (limited to 'epan/dissectors/packet-umts_fp.c')
-rw-r--r--epan/dissectors/packet-umts_fp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-umts_fp.c b/epan/dissectors/packet-umts_fp.c
index 8e9138658e..4f615af6e5 100644
--- a/epan/dissectors/packet-umts_fp.c
+++ b/epan/dissectors/packet-umts_fp.c
@@ -2896,7 +2896,7 @@ dissect_e_dch_channel_info(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree,
macinf->lchid[macd_idx] = lchid;
rlcinf->mode[macd_idx] = lchId_rlc_map[lchid]; /* Set RLC mode by lchid to RLC_MODE map in nbap.h */
- /* Set UE ID to U-RNTI or NBAP Communcation Context*/
+ /* Set UE ID to U-RNTI or NBAP Communication Context*/
rlcinf->ueid[macd_idx] = user_identity;
rlcinf->rbid[macd_idx] = lchid;
rlcinf->li_size[macd_idx] = RLC_LI_7BITS;