openwire: fix spelling typo found by lintian

Change-Id: I586edf633cf3a5b1e95ade69727d5f70e9ff7bf4
Reviewed-on: https://code.wireshark.org/review/18508
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Alexis La Goutte 2016-10-27 08:21:36 +02:00 committed by Anders Broman
parent 1643e37ae4
commit 7466f3965d
1 changed files with 1 additions and 1 deletions

View File

@ -1814,7 +1814,7 @@ proto_register_openwire(void)
{ "UserID", "openwire.message.userid", FT_STRINGZ, BASE_NONE, NULL, 0x0, "Openwire message UserID", HFILL }},
{ &hf_openwire_message_receivedbydfbridge,
{ "RecievedByDFBridge", "openwire.message.receivedbydfbridge", FT_UINT8, BASE_DEC, NULL, 0x0, "Openwire message ReceivedByDFBridge", HFILL }},
{ "ReceivedByDFBridge", "openwire.message.receivedbydfbridge", FT_UINT8, BASE_DEC, NULL, 0x0, "Openwire message ReceivedByDFBridge", HFILL }},
{ &hf_openwire_message_droppable,
{ "Droppable", "openwire.message.droppable", FT_UINT8, BASE_DEC, NULL, 0x0, "Openwire message Droppable", HFILL }},