]> Kevux Git Server - fll/commitdiff
Cleanup: Fix word mistake.
authorKevin Day <thekevinday@gmail.com>
Tue, 5 Jul 2022 01:30:27 +0000 (20:30 -0500)
committerKevin Day <thekevinday@gmail.com>
Tue, 5 Jul 2022 01:30:27 +0000 (20:30 -0500)
level_3/fake/c/fake.c

index fcabf8ecd817f4f13c6c0833fcee19aca30fc190..9734e836738c3b844062e2fd26ed3a2e4b660516 100644 (file)
@@ -77,7 +77,7 @@ extern "C" {
     fl_print_format(" '%[%r%r ./my_fakefile%]' the fakefile at", file.stream, context.set.notable, f_console_symbol_long_enable_s, fake_long_fakefile_s, context.set.notable);
     fl_print_format(" '%[./my_fakefile%]' would be used.%r%r", file.stream, context.set.notable, context.set.notable, f_string_eol_s, f_string_eol_s);
 
-    fl_print_format("  When piping data this this program, the piped data is treated as a %[%r%].%r", file.stream, context.set.notable, fake_make_parameter_variable_fakefile_s, context.set.notable, f_string_eol_s);
+    fl_print_format("  When piping data to this program, the piped data is treated as a %[%r%].%r", file.stream, context.set.notable, fake_make_parameter_variable_fakefile_s, context.set.notable, f_string_eol_s);
     fl_print_format("  Only the %[%r%] operation is supported when using piped data.%r%r", file.stream, context.set.notable, fake_other_operation_make_s, context.set.notable, f_string_eol_s, f_string_eol_s);
 
     funlockfile(file.stream);