aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-linx.c
diff options
context:
space:
mode:
authorSake Blok <sake@euronet.nl>2011-01-21 00:19:03 +0000
committerSake Blok <sake@euronet.nl>2011-01-21 00:19:03 +0000
commit6e74ad909766c7812417a09b1e691622e4dfa643 (patch)
tree83dc57e30eb921cdebcfc8f4feceb3e8a0165ed6 /epan/dissectors/packet-linx.c
parent9e1d1e0e1338397a279fc4bc01038d9864a31a2f (diff)
Adress => Address corrections (also in comments).
(see bug 5600) svn path=/trunk/; revision=35600
Diffstat (limited to 'epan/dissectors/packet-linx.c')
-rw-r--r--epan/dissectors/packet-linx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-linx.c b/epan/dissectors/packet-linx.c
index 8998966917..0890d04b2d 100644
--- a/epan/dissectors/packet-linx.c
+++ b/epan/dissectors/packet-linx.c
@@ -333,7 +333,7 @@ dissect_linx(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
proto_tree_add_item(conn_header_tree, hf_linx_conn_reserved, linx_tvb, offset, 4, FALSE);
proto_tree_add_item(conn_header_tree, hf_linx_conn_publcid , linx_tvb, offset, 4, FALSE);
offset += 4;
- /* MEDIA ADRESS */
+ /* MEDIA ADDRESS */
if (size == 6) {
/* Most likely ETHERNET */
proto_tree_add_item(conn_header_tree, hf_linx_conn_dstmac, linx_tvb, offset, 6, FALSE);