From 39b9e41ad8ec4f99f0cd5a6de16760b1ab0b8d8f Mon Sep 17 00:00:00 2001 From: Asier Bilbao Date: Fri, 27 Apr 2018 15:59:58 +0200 Subject: [PATCH] Fix typo trace-usage.c Change `childen` to `children` --- trace-usage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trace-usage.c b/trace-usage.c index 0e2194eb..928d0472 100644 --- a/trace-usage.c +++ b/trace-usage.c @@ -24,7 +24,7 @@ static struct usage_help usage_help[] = { " -p run command with plugin enabled\n" " -F filter only on the given process\n" " -P trace the given pid like -F for the command\n" - " -c also trace the childen of -F or -P\n" + " -c also trace the children of -F or -P\n" " -T do a stacktrace on all events\n" " -l filter function name\n" " -g set graph function\n"