summaryrefslogtreecommitdiff
path: root/epan/stats_tree.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2006-05-28 19:49:07 +0000
committerAnders Broman <anders.broman@ericsson.com>2006-05-28 19:49:07 +0000
commit996d4db495e60df8a627097e3885acdce209132c (patch)
tree31a9a64d87d2dd5f357179caf0fe9fe8538dfeb6 /epan/stats_tree.c
parent5db0c85982c837278fb397d53233303cd0eaf8e3 (diff)
downloadwireshark-996d4db495e60df8a627097e3885acdce209132c.tar.gz
Ethereal->Wireshark
svn path=/trunk/; revision=18234
Diffstat (limited to 'epan/stats_tree.c')
-rw-r--r--epan/stats_tree.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/stats_tree.c b/epan/stats_tree.c
index abd4202a98..c0dfe3863d 100644
--- a/epan/stats_tree.c
+++ b/epan/stats_tree.c
@@ -1,5 +1,5 @@
/* stats_tree.c
- * API for a counter tree for ethereal
+ * API for a counter tree for Wireshark
* 2004, Luis E. G. Ontanon
*
* $Id$
@@ -510,7 +510,7 @@ extern int stats_tree_manip_node(manip_node_mode mode, stats_tree* st, const gui
extern guint8* stats_tree_get_abbr(const guint8* optarg) {
guint i;
- /* XXX: this fails when tethereal is given any options
+ /* XXX: this fails when twireshark is given any options
after the -z */
g_assert(optarg != NULL);