From a79fcdad78111bc9f9f43136554d18d5c97fab36 Mon Sep 17 00:00:00 2001 From: Tyler Murphy Date: Wed, 3 May 2023 12:29:28 -0400 Subject: [PATCH] i cant spell --- a | 0 src/commands/rm.c | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 a diff --git a/a b/a deleted file mode 100644 index e69de29..0000000 diff --git a/src/commands/rm.c b/src/commands/rm.c index c67717b..7d72c2d 100644 --- a/src/commands/rm.c +++ b/src/commands/rm.c @@ -116,7 +116,7 @@ COMMAND(rm) { #ifdef FRENCH if (streql(argv[0], "-fr")) { - printf("\x1b[94mremoving \x1b[97mthe \x1b[91mfrench \x1b[93m(beguette noises)\x1b[0m\n"); + printf("\x1b[94mremoving \x1b[97mthe \x1b[91mfrench \x1b[93m(baguette noises)\x1b[0m\n"); } #endif