aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-icmp.c
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2011-12-29 11:44:22 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2011-12-29 11:44:22 +0000
commit5adae76d68f609ba84423d1a4a9f96a306f3d795 (patch)
tree54933c94a44a30738f92729ac35c5bf68324e613 /epan/dissectors/packet-icmp.c
parentdc9a4de8c996a2d3fa330f254a92515915c75d17 (diff)
Fixed a typo: btyes -> bytes
svn path=/trunk/; revision=40323
Diffstat (limited to 'epan/dissectors/packet-icmp.c')
-rw-r--r--epan/dissectors/packet-icmp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-icmp.c b/epan/dissectors/packet-icmp.c
index cd5b33a3f8..eea18bcbf3 100644
--- a/epan/dissectors/packet-icmp.c
+++ b/epan/dissectors/packet-icmp.c
@@ -1641,11 +1641,11 @@ proto_register_icmp(void)
{ &hf_icmp_data_time,
{ "Timestamp from icmp data", "icmp.data_time", FT_ABSOLUTE_TIME, ABSOLUTE_TIME_LOCAL, NULL, 0x0,
- "The timestamp in the first 8 btyes of the icmp data", HFILL }},
+ "The timestamp in the first 8 bytes of the icmp data", HFILL }},
{ &hf_icmp_data_time_relative,
{ "Timestamp from icmp data (relative)", "icmp.data_time_relative", FT_RELATIVE_TIME, BASE_NONE, NULL, 0x0,
- "The timestamp of the packet, relative to the timestamp in the first 8 btyes of the icmp data", HFILL }},
+ "The timestamp of the packet, relative to the timestamp in the first 8 bytes of the icmp data", HFILL }},
{ &hf_icmp_length,
{ "Length of original datagram", "icmp.length", FT_UINT8, BASE_DEC, NULL, 0x0,