aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ethertype.c
diff options
context:
space:
mode:
authorMartin Mathieson <martin.mathieson@keysight.com>2020-08-27 22:56:45 +0100
committerMartin Mathieson <martin.r.mathieson@googlemail.com>2020-08-29 19:31:11 +0000
commitb8a773dddc50b4c321f060c8a4f8aa12f851f05a (patch)
tree7d8798e18c42cd0e4c1a811263c04b5d9ead7112 /epan/dissectors/packet-ethertype.c
parent97ade16979592a756795d667de2ff217a5a44dd4 (diff)
Fix some spelling errors in dissector strings.
A first batch of spelling errors, detected using a script that uses pyspellcheck and a Wireshark-specific dictionary file.
Diffstat (limited to 'epan/dissectors/packet-ethertype.c')
-rw-r--r--epan/dissectors/packet-ethertype.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-ethertype.c b/epan/dissectors/packet-ethertype.c
index 3c45b7e5e8..acf3c20b48 100644
--- a/epan/dissectors/packet-ethertype.c
+++ b/epan/dissectors/packet-ethertype.c
@@ -102,7 +102,7 @@ const value_string etype_vals[] = {
{ ETHERTYPE_PA_HBBACKUP, "PA HB Backup" },
{ ETHERTYPE_AVBTP, "IEEE 1722 Audio Video Bridging Transport Protocol" },
{ ETHERTYPE_ROHC, "Robust Header Compression(RoHC)" },
- { ETHERTYPE_TRILL, "TRansparent Interconnection of Lots of Links" },
+ { ETHERTYPE_TRILL, "Transparent Interconnection of Lots of Links" },
{ ETHERTYPE_L2ISIS, "Intermediate System to Intermediate System" },
{ ETHERTYPE_MAC_CONTROL, "MAC Control" },
{ ETHERTYPE_SLOW_PROTOCOLS, "Slow Protocols" },