aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-lldp.c
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss@ulticom.com>2011-08-16 13:16:33 +0000
committerJeff Morriss <jeff.morriss@ulticom.com>2011-08-16 13:16:33 +0000
commit339136d1d0527aa31b219c654565292a8bd05e4f (patch)
tree0fed07b07ccd75b50ac41baee0245d2c0238c1e3 /epan/dissectors/packet-lldp.c
parenta8d3a3ea8cb227e4622b84a00b1a2be6cf4776e6 (diff)
Based on patch from Denis Ovsienko via
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6244 : Fix typo: s/unkown/unknown/ svn path=/trunk/; revision=38561
Diffstat (limited to 'epan/dissectors/packet-lldp.c')
-rw-r--r--epan/dissectors/packet-lldp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-lldp.c b/epan/dissectors/packet-lldp.c
index fb79860b15..8932433f8f 100644
--- a/epan/dissectors/packet-lldp.c
+++ b/epan/dissectors/packet-lldp.c
@@ -1762,7 +1762,7 @@ dissect_ieee_802_3_tlv(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *tree,
if (tree)
proto_tree_add_text(tree, tvb, tempOffset, 1, "%s %s %s",
decode_boolean_bitfield(tempByte, 0xC0, 8, "Power Type:", "Power Type:"),
- val_to_str(subType, power_type_802_3, "Unkown"),
+ val_to_str(subType, power_type_802_3, "Unknown"),
val_to_str(subType, media_power_type, "Unknown"));
/* Determine power source */