aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2016-10-27 08:21:36 +0200
committerAnders Broman <a.broman58@gmail.com>2016-10-27 07:14:46 +0000
commit7466f3965db158fc6917dc326b20fe308402e789 (patch)
tree8c9febca76804cf22bfbdcc95b168eada2e62608
parent1643e37ae44e0d1329b17781515b04c043bc4e85 (diff)
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>
-rw-r--r--epan/dissectors/packet-openwire.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-openwire.c b/epan/dissectors/packet-openwire.c
index 46952ac2a6..4a4780e7d9 100644
--- a/epan/dissectors/packet-openwire.c
+++ b/epan/dissectors/packet-openwire.c
@@ -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 }},