aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-simple.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2016-10-27 08:19:50 +0200
committerAnders Broman <a.broman58@gmail.com>2016-10-27 07:13:52 +0000
commitd3a9f626488a1e05c4150da9365a1aefb1ebd96d (patch)
tree1c9bfe631945eed106f30fe17a896141a3d12d35 /epan/dissectors/packet-simple.c
parentcfa159ea466f59e26175971c6e606a10f7d32ab7 (diff)
simple: fix spelling typo found by lintian
Change-Id: I39cfc929466418f73b5a019d0c2df4315d879ced Reviewed-on: https://code.wireshark.org/review/18506 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-simple.c')
-rw-r--r--epan/dissectors/packet-simple.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-simple.c b/epan/dissectors/packet-simple.c
index 18838aa5ce..39d7771e98 100644
--- a/epan/dissectors/packet-simple.c
+++ b/epan/dissectors/packet-simple.c
@@ -603,7 +603,7 @@ void proto_register_simple(void)
{ "DX Common TOMS/BOMS", "simple.status.dx_flag.common_toms_boms", FT_BOOLEAN, 16, NULL, 0x4,
NULL, HFILL }},
{ &hf_simple_status_dx_flag_simple_receive,
- { "DX SIMPLE Recieve", "simple.status.dx_flag.simple_receive", FT_BOOLEAN, 16, NULL, 0x8,
+ { "DX SIMPLE Receive", "simple.status.dx_flag.simple_receive", FT_BOOLEAN, 16, NULL, 0x8,
NULL, HFILL }},
{ &hf_simple_status_dx_flag_simple_transmit,
{ "DX SIMPLE Transmit", "simple.status.dx_flag.simple_transmit", FT_BOOLEAN, 16, NULL, 0x10,