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>
This commit is contained in:
Alexis La Goutte 2016-10-27 08:19:50 +02:00 committed by Anders Broman
parent cfa159ea46
commit d3a9f62648
1 changed files with 1 additions and 1 deletions

View File

@ -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,