We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfdb1e5 commit 0cad6b8Copy full SHA for 0cad6b8
src/prog.c
@@ -2081,7 +2081,7 @@ static int profile_parse_metrics(int argc, char **argv)
2081
NEXT_ARG();
2082
}
2083
if (selected_cnt > MAX_NUM_PROFILE_METRICS) {
2084
- p_err("too many (%d) metrics, please specify no more than %d metrics at at time",
+ p_err("too many (%d) metrics, please specify no more than %d metrics at a time",
2085
selected_cnt, MAX_NUM_PROFILE_METRICS);
2086
return -1;
2087
0 commit comments