From: Benno Schulenberg Date: Mon, 3 Mar 2025 10:21:37 +0000 (+0100) Subject: column: replace a mistaken word in an error message X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=455e609f06810d01336b61a273673e4fddeb33c2;p=thirdparty%2Futil-linux.git column: replace a mistaken word in an error message Signed-off-by: Benno Schulenberg --- diff --git a/text-utils/column.c b/text-utils/column.c index 85a303455..470c2729a 100644 --- a/text-utils/column.c +++ b/text-utils/column.c @@ -1065,7 +1065,7 @@ int main(int argc, char **argv) free(ctl.input_separator); ctl.input_separator = mbs_to_wcs(optarg); if (!ctl.input_separator) - err(EXIT_FAILURE, _("failed to use input separator")); + err(EXIT_FAILURE, _("failed to parse input separator")); ctl.greedy = 0; break; case 'T':