pfcp: fix typo found by lintian

treshold => threshold

Change-Id: I408683aa4943ebffdc53db559ff5fc7f384f35a9
Reviewed-on: https://code.wireshark.org/review/37823
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Alexis La Goutte 2020-07-11 05:51:31 +00:00 committed by Anders Broman
parent d0cd357825
commit f505ada1f0
1 changed files with 3 additions and 3 deletions

View File

@ -11966,17 +11966,17 @@ proto_register_pfcp(void)
NULL, HFILL }
},
{ &hf_pfcp_packet_delay_thresholds_downlink,
{ "Downlink packet delay treshold (milliseconds)", "pfcp.packet_delay_thresholds.downlink",
{ "Downlink packet delay threshold (milliseconds)", "pfcp.packet_delay_thresholds.downlink",
FT_UINT32, BASE_DEC, NULL, 0x0,
NULL, HFILL }
},
{ &hf_pfcp_packet_delay_thresholds_uplink,
{ "Downlink packet delay treshold (milliseconds)", "pfcp.packet_delay_thresholds.uplink",
{ "Downlink packet delay threshold (milliseconds)", "pfcp.packet_delay_thresholds.uplink",
FT_UINT32, BASE_DEC, NULL, 0x0,
NULL, HFILL }
},
{ &hf_pfcp_packet_delay_thresholds_roundtrip,
{ "Round trip packet delay treshold (milliseconds)", "pfcp.packet_delay_thresholds.roundtrip",
{ "Round trip packet delay threshold (milliseconds)", "pfcp.packet_delay_thresholds.roundtrip",
FT_UINT32, BASE_DEC, NULL, 0x0,
NULL, HFILL }
},