aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2012-03-16 12:43:44 +0000
committerAnders Broman <anders.broman@ericsson.com>2012-03-16 12:43:44 +0000
commit21e9cc64d64d750045f7d284a33de7e32cad6e34 (patch)
treefb74243d7c9ad08ae402df5bc3c101f99f6ef1fa /epan
parenta4e856ba9b8bfaf25780c970926e7cccab8a0232 (diff)
Fix a typo
svn path=/trunk/; revision=41602
Diffstat (limited to 'epan')
-rw-r--r--epan/dissectors/packet-rmt-lct.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-rmt-lct.h b/epan/dissectors/packet-rmt-lct.h
index de25b08101..5a34632489 100644
--- a/epan/dissectors/packet-rmt-lct.h
+++ b/epan/dissectors/packet-rmt-lct.h
@@ -153,7 +153,7 @@ struct _lct_ptr
{ &base_structure.tsi, \
{ "Transport Session Identifier", base_protocol ".lct.tsi", FT_UINT64, BASE_DEC, NULL, 0x0, NULL, HFILL }}, \
{ &base_structure.toi, \
- { "Transport Object Identifier (up to 64 bites)", base_protocol ".lct.toi", FT_UINT64, BASE_DEC, NULL, 0x0, NULL, HFILL }}, \
+ { "Transport Object Identifier (up to 64 bits)", base_protocol ".lct.toi", FT_UINT64, BASE_DEC, NULL, 0x0, NULL, HFILL }}, \
{ &base_structure.toi_extended, \
{ "Transport Object Identifier (up to 112 bits)", base_protocol ".lct.toi_extended", FT_BYTES, BASE_NONE, NULL, 0x0, NULL, HFILL }}, \
{ &base_structure.sct, \