From: Kevin Day Date: Sat, 6 Jun 2020 21:58:51 +0000 (-0500) Subject: Cleanup: typo in directory X-Git-Tag: 0.5.0~212 X-Git-Url: https://git.kevux.org/?a=commitdiff_plain;h=b3165163a52c886caa8ec2f6f7963c2b33eb4674;p=fll Cleanup: typo in directory --- diff --git a/level_3/fake/c/private-clean.c b/level_3/fake/c/private-clean.c index f6d1b43..9ac5dde 100644 --- a/level_3/fake/c/private-clean.c +++ b/level_3/fake/c/private-clean.c @@ -27,7 +27,7 @@ extern "C" { if (F_status_set_fine(status) == F_file_found_not) { if (data.verbosity == fake_verbosity_verbose) { - fl_color_print_line(f_type_output, data.context.standout, data.context.reset, "The build directoy '%s' does not exist.", data.path_build.string); + fl_color_print_line(f_type_output, data.context.standout, data.context.reset, "The build directory '%s' does not exist.", data.path_build.string); } status = F_none;