aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-lldp.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2008-12-17 00:08:38 +0000
committerBill Meier <wmeier@newsguy.com>2008-12-17 00:08:38 +0000
commit33c99f44fdc0b65ed2e0fecb0c34c32d4e454942 (patch)
tree5a9e06dd5f91951645bff0dd47c3d1bca8623fe8 /epan/dissectors/packet-lldp.c
parent1b59a486340656572894aee6cfebc67ad5f8eff3 (diff)
Fix typos and spelling (mostly in text strings)
svn path=/trunk/; revision=27028
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 91c94956f4..aa199db20c 100644
--- a/epan/dissectors/packet-lldp.c
+++ b/epan/dissectors/packet-lldp.c
@@ -1635,7 +1635,7 @@ dissect_media_tlv(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *tree, guint
}
tempByte = tvb_get_guint8(tvb, tempOffset);
if (tree)
- proto_tree_add_text(tree, tvb, tempOffset, 1, "Applicaton Type: %s (%u)",
+ proto_tree_add_text(tree, tvb, tempOffset, 1, "Application Type: %s (%u)",
val_to_str(tempByte, media_application_type, "Unknown"), tempByte);
tempOffset++;
tlvLen--;