Fix "interger" spelling

Signed-off-by: Stephen Kitt <steve@sk2.org>
This commit is contained in:
Stephen Kitt 2019-09-13 08:48:47 +02:00
parent ac4b5a157d
commit d31f40ed2b
No known key found for this signature in database
GPG key ID: 80D302F5886D839C
5 changed files with 5 additions and 5 deletions

View file

@ -981,7 +981,7 @@ static void main_usage_csv_options(FILE* o, char* argv0) {
fprintf(o, " missing headers.\n");
fprintf(o, " --allow-ragged-csv-input|--ragged If a data line has fewer fields than the header line,\n");
fprintf(o, " fill remaining keys with empty string. If a data line has more\n");
fprintf(o, " fields than the header line, use interger field labels as in\n");
fprintf(o, " fields than the header line, use integer field labels as in\n");
fprintf(o, " the implicit-header case.\n");
fprintf(o, " --headerless-csv-output Print only CSV data lines.\n");
fprintf(o, " -N Keystroke-saver for --implicit-csv-header --headerless-csv-output.\n");

View file

@ -534,7 +534,7 @@ OPTIONS
missing headers.
--allow-ragged-csv-input|--ragged If a data line has fewer fields than the header line,
fill remaining keys with empty string. If a data line has more
fields than the header line, use interger field labels as in
fields than the header line, use integer field labels as in
the implicit-header case.
--headerless-csv-output Print only CSV data lines.
-N Keystroke-saver for --implicit-csv-header --headerless-csv-output.

View file

@ -340,7 +340,7 @@ OPTIONS
missing headers.
--allow-ragged-csv-input|--ragged If a data line has fewer fields than the header line,
fill remaining keys with empty string. If a data line has more
fields than the header line, use interger field labels as in
fields than the header line, use integer field labels as in
the implicit-header case.
--headerless-csv-output Print only CSV data lines.
-N Keystroke-saver for --implicit-csv-header --headerless-csv-output.

View file

@ -425,7 +425,7 @@ output only.
missing headers.
--allow-ragged-csv-input|--ragged If a data line has fewer fields than the header line,
fill remaining keys with empty string. If a data line has more
fields than the header line, use interger field labels as in
fields than the header line, use integer field labels as in
the implicit-header case.
--headerless-csv-output Print only CSV data lines.
-N Keystroke-saver for --implicit-csv-header --headerless-csv-output.

View file

@ -1666,7 +1666,7 @@ Relevant to CSV/CSV-lite input only:
missing headers.
--allow-ragged-csv-input|--ragged If a data line has fewer fields than the header line,
fill remaining keys with empty string. If a data line has more
fields than the header line, use interger field labels as in
fields than the header line, use integer field labels as in
the implicit-header case.
--headerless-csv-output Print only CSV data lines.
-N Keystroke-saver for --implicit-csv-header --headerless-csv-output.