aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-diameter_3gpp.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2016-10-27 18:13:00 +0200
committerAnders Broman <a.broman58@gmail.com>2016-10-28 07:40:21 +0000
commitbb85c6bbd1eab1e9f35f993c3013977c11003fb9 (patch)
treeed1edb91d326ca01182f4f943df1900f3ca68251 /epan/dissectors/packet-diameter_3gpp.c
parent78c051625af86d07d501cc3b7e6a29859e992274 (diff)
diameter_3gpp: fix fix spelling typo found by lintian
Change-Id: Ibee969abd9d393a7d5b4c6ab5b2eb204f54654a1 Reviewed-on: https://code.wireshark.org/review/18538 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-diameter_3gpp.c')
-rw-r--r--epan/dissectors/packet-diameter_3gpp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-diameter_3gpp.c b/epan/dissectors/packet-diameter_3gpp.c
index 27ae2ddf64..a70360f4a0 100644
--- a/epan/dissectors/packet-diameter_3gpp.c
+++ b/epan/dissectors/packet-diameter_3gpp.c
@@ -2458,7 +2458,7 @@ proto_register_diameter_3gpp(void)
NULL, HFILL }
},
{ &hf_diameter_3gpp_feature_list1_s6a_flags_bit26,
- { "UE Reachability Notifcation", "diameter.3gpp.feature_list1_s6a_flags_bit26",
+ { "UE Reachability Notification", "diameter.3gpp.feature_list1_s6a_flags_bit26",
FT_BOOLEAN, 32, TFS(&tfs_supported_not_supported), 0x04000000,
NULL, HFILL }
},