aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2005-07-25 18:03:38 +0000
committerUlf Lamping <ulf.lamping@web.de>2005-07-25 18:03:38 +0000
commitc64b5cc16675547a0539e54edde2c4aa5a657770 (patch)
tree37579757782d107d402c7ac7c10308f37e0789c6 /plugins
parent7a6f0a102cf0beb4f14694d0f97ddb1d3df50230 (diff)
fix a typo: lenght -> length
svn path=/trunk/; revision=15058
Diffstat (limited to 'plugins')
-rw-r--r--plugins/stats_tree/pinfo_stats_tree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/stats_tree/pinfo_stats_tree.c b/plugins/stats_tree/pinfo_stats_tree.c
index a8dacd90e6..34d6194d00 100644
--- a/plugins/stats_tree/pinfo_stats_tree.c
+++ b/plugins/stats_tree/pinfo_stats_tree.c
@@ -91,7 +91,7 @@ static int ptype_stats_tree_packet(stats_tree* st, packet_info* pinfo, epan_diss
/* packet length stats_tree -- test range node */
static int st_node_plen = -1;
-static gchar* st_str_plen = "Packet Lenght";
+static gchar* st_str_plen = "Packet Length";
static void plen_stats_tree_init(stats_tree* st) {
st_node_plen = stats_tree_create_range_node(st, st_str_plen, 0, "0-19","20-39","40-79","80-159","160-319","320-639","640-1279","1280-",NULL);