aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-knxip.c
diff options
context:
space:
mode:
authorMartin Mathieson <martin.mathieson@keysight.com>2020-08-29 20:00:42 +0100
committerDario Lombardo <lomato@gmail.com>2020-08-29 21:32:39 +0000
commit4c9f59ee56664a491debe6fc97c087eec20ab5e0 (patch)
tree04b42d2f31a9f0fbaa345705419ac5aa350b00df /epan/dissectors/packet-knxip.c
parentb8a773dddc50b4c321f060c8a4f8aa12f851f05a (diff)
Fix more spelling errors in dissector strings.
A second batch of spelling errors, detected using a script that uses pyspellcheck and a Wireshark-specific dictionary file. I will take at least one more pass through the dissectors, as further improvements are made to the script.
Diffstat (limited to 'epan/dissectors/packet-knxip.c')
-rw-r--r--epan/dissectors/packet-knxip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-knxip.c b/epan/dissectors/packet-knxip.c
index 05d443935e..885e29a335 100644
--- a/epan/dissectors/packet-knxip.c
+++ b/epan/dissectors/packet-knxip.c
@@ -3701,7 +3701,7 @@ static void dissect_knxip_data( guint8 header_length, guint8 protocol_version _U
if( tree )
{
proto_item* unknown_item = knxip_tree_add_unknown_data( kip_tree, tvb, offset, remaining_len );
- expert_add_info_format( pinfo, unknown_item, KIP_ERROR, "Unexpexted trailing data" );
+ expert_add_info_format( pinfo, unknown_item, KIP_ERROR, "Unexpected trailing data" );
}
ok = 0;