From b3165163a52c886caa8ec2f6f7963c2b33eb4674 Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Sat, 6 Jun 2020 16:58:51 -0500 Subject: [PATCH] Cleanup: typo in directory --- level_3/fake/c/private-clean.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 1.8.3.1