aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/lwres/packet-lwres.c
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2005-02-20 22:36:34 +0000
committerUlf Lamping <ulf.lamping@web.de>2005-02-20 22:36:34 +0000
commit2f836c20a873e846b17a4900f7c980377a0ed0dd (patch)
tree909db714be8a4d2b92b651d77bca32fb56719787 /plugins/lwres/packet-lwres.c
parent6a60b57c13d0cd7be185e94215cd623ab333e840 (diff)
fix a typo: lenght -> length
This seems to be a "more common" typo, fixed it 13 times throughout the code ... svn path=/trunk/; revision=13452
Diffstat (limited to 'plugins/lwres/packet-lwres.c')
-rw-r--r--plugins/lwres/packet-lwres.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/lwres/packet-lwres.c b/plugins/lwres/packet-lwres.c
index c30373b1c1..16de34150d 100644
--- a/plugins/lwres/packet-lwres.c
+++ b/plugins/lwres/packet-lwres.c
@@ -1450,7 +1450,7 @@ proto_register_lwres(void)
{ &hf_adn_addr_len,
{ "Address length", "lwres.adn.addr.length", FT_UINT16, BASE_DEC, NULL, 0x0,
- "lwres adn addr lenght", HFILL }},
+ "lwres adn addr length", HFILL }},
{ &hf_adn_addr_addr,
{ "IP Address", "lwres.adn.addr.addr", FT_STRING, BASE_DEC, NULL, 0x0,