aboutsummaryrefslogtreecommitdiffstats
path: root/tap-stats_tree.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2010-12-03 20:32:17 +0000
committerBill Meier <wmeier@newsguy.com>2010-12-03 20:32:17 +0000
commitbfc6eccbe0980b2bdbebcfa0c604a62677ed4812 (patch)
tree193817d30c691356bf2a9b85d4e36177ced47280 /tap-stats_tree.c
parentb029a1915962db24bfa51f7e5f2dbdc76c598f56 (diff)
Fix a typo & do whitespace cleanup.
svn path=/trunk/; revision=35111
Diffstat (limited to 'tap-stats_tree.c')
-rw-r--r--tap-stats_tree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tap-stats_tree.c b/tap-stats_tree.c
index 04981d38b1..e9568b306c 100644
--- a/tap-stats_tree.c
+++ b/tap-stats_tree.c
@@ -97,7 +97,7 @@ init_stats_tree(const char *optarg, void *userdata _U_)
g_free(abbr);
} else {
- report_failure("could not obtain stats_tree abbr (%s) from grg '%s'",abbr,optarg);
+ report_failure("could not obtain stats_tree abbr (%s) from arg '%s'",abbr,optarg);
return;
}