aboutsummaryrefslogtreecommitdiffstats
path: root/epan/stats_tree.c
diff options
context:
space:
mode:
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);