From 2f836c20a873e846b17a4900f7c980377a0ed0dd Mon Sep 17 00:00:00 2001 From: Ulf Lamping Date: Sun, 20 Feb 2005 22:36:34 +0000 Subject: 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 --- plugins/lwres/packet-lwres.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/lwres/packet-lwres.c') 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, -- cgit v1.2.3