Typo correction

statsitics -> statistics
This commit is contained in:
Fulvio Scapin 2020-04-30 22:28:48 +02:00
parent e1ec9de2b5
commit 85e249d932
5 changed files with 10 additions and 10 deletions

View file

@ -110,9 +110,9 @@ static void mapper_stats1_usage(FILE* o, char* argv0, char* verb) {
}
fprintf(o, "-f {a,b,c} Value-field names on which to compute statistics\n");
fprintf(o, "--fr {regex} Regex for value-field names on which to compute statistics\n");
fprintf(o, " (compute statsitics on values in all field names matching regex)\n");
fprintf(o, " (compute statistics on values in all field names matching regex)\n");
fprintf(o, "--fx {regex} Inverted regex for value-field names on which to compute statistics\n");
fprintf(o, " (compute statsitics on values in all field names not matching regex)\n");
fprintf(o, " (compute statistics on values in all field names not matching regex)\n");
fprintf(o, "-g {d,e,f} Optional group-by-field names\n");
fprintf(o, "--gr {regex} Regex for optional group-by-field names\n");
fprintf(o, " (group by values in field names matching regex)\n");

View file

@ -1272,9 +1272,9 @@ VERBS
max Compute maximum values of specified fields
-f {a,b,c} Value-field names on which to compute statistics
--fr {regex} Regex for value-field names on which to compute statistics
(compute statsitics on values in all field names matching regex)
(compute statistics on values in all field names matching regex)
--fx {regex} Inverted regex for value-field names on which to compute statistics
(compute statsitics on values in all field names not matching regex)
(compute statistics on values in all field names not matching regex)
-g {d,e,f} Optional group-by-field names
--gr {regex} Regex for optional group-by-field names
(group by values in field names matching regex)

View file

@ -1198,9 +1198,9 @@ VERBS
max Compute maximum values of specified fields
-f {a,b,c} Value-field names on which to compute statistics
--fr {regex} Regex for value-field names on which to compute statistics
(compute statsitics on values in all field names matching regex)
(compute statistics on values in all field names matching regex)
--fx {regex} Inverted regex for value-field names on which to compute statistics
(compute statsitics on values in all field names not matching regex)
(compute statistics on values in all field names not matching regex)
-g {d,e,f} Optional group-by-field names
--gr {regex} Regex for optional group-by-field names
(group by values in field names matching regex)

View file

@ -1573,9 +1573,9 @@ Options:
max Compute maximum values of specified fields
-f {a,b,c} Value-field names on which to compute statistics
--fr {regex} Regex for value-field names on which to compute statistics
(compute statsitics on values in all field names matching regex)
(compute statistics on values in all field names matching regex)
--fx {regex} Inverted regex for value-field names on which to compute statistics
(compute statsitics on values in all field names not matching regex)
(compute statistics on values in all field names not matching regex)
-g {d,e,f} Optional group-by-field names
--gr {regex} Regex for optional group-by-field names
(group by values in field names matching regex)

View file

@ -3253,9 +3253,9 @@ Options:
max Compute maximum values of specified fields
-f {a,b,c} Value-field names on which to compute statistics
--fr {regex} Regex for value-field names on which to compute statistics
(compute statsitics on values in all field names matching regex)
(compute statistics on values in all field names matching regex)
--fx {regex} Inverted regex for value-field names on which to compute statistics
(compute statsitics on values in all field names not matching regex)
(compute statistics on values in all field names not matching regex)
-g {d,e,f} Optional group-by-field names
--gr {regex} Regex for optional group-by-field names
(group by values in field names matching regex)