]> Kevux Git Server - fll/commitdiff
Cleanup: Fix grammar in utf8 program help.
authorKevin Day <thekevinday@gmail.com>
Sat, 7 Jan 2023 02:10:31 +0000 (20:10 -0600)
committerKevin Day <thekevinday@gmail.com>
Sat, 7 Jan 2023 02:10:31 +0000 (20:10 -0600)
level_3/utf8/c/utf8.c

index 7606f1ef78b384efb37db284365aa9012251c3b7..e42479f1d1ff6477433b3e1c9fcdeaecfb3064a3 100644 (file)
@@ -50,7 +50,7 @@ extern "C" {
 
     fll_program_print_help_usage(file, context, utf8_program_name_s, utf8_program_help_parameters_s);
 
-    fl_print_format("  The default behavior is to assume the expected input is byte sequence from the command line to be output to the screen as codepoints.%r%r", file.stream, f_string_eol_s, f_string_eol_s);
+    fl_print_format("  The default behavior is to assume the expected input is byte sequences from the command line to be output to the screen as codepoints.%r%r", file.stream, f_string_eol_s, f_string_eol_s);
 
     fl_print_format("  Multiple input sources are allowed but only a single output destination is allowed.%r%r", file.stream, f_string_eol_s, f_string_eol_s);