aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-winsrepl.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2005-09-19 08:09:41 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2005-09-19 08:09:41 +0000
commit1622b0ef02937d80cf46621b69086047fd2b2068 (patch)
tree9909460acb170b6da84bce0532ca39afd801aa38 /epan/dissectors/packet-winsrepl.c
parent517a161879421eaf2cf981e12061e5bc876f1601 (diff)
Fix a typo.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15863 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-winsrepl.c')
-rw-r--r--epan/dissectors/packet-winsrepl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-winsrepl.c b/epan/dissectors/packet-winsrepl.c
index 2bb77ffb73..cf60bf0839 100644
--- a/epan/dissectors/packet-winsrepl.c
+++ b/epan/dissectors/packet-winsrepl.c
@@ -344,7 +344,7 @@ dissect_winsrepl_wins_address_list(tvbuff_t *winsrepl_tvb, packet_info *pinfo,
guint32 i;
if (winsrepl_tree) {
- addr_list_item = proto_tree_add_text(winsrepl_tree, winsrepl_tvb, winsrepl_offset, -1 , "WINS Address LIst");
+ addr_list_item = proto_tree_add_text(winsrepl_tree, winsrepl_tvb, winsrepl_offset, -1 , "WINS Address List");
addr_list_tree = proto_item_add_subtree(addr_list_item, ett_winsrepl_addr_list);
}