From bc06589fb3ae76aa6282fd71053a51855e3af1e3 Mon Sep 17 00:00:00 2001 From: Shav Kinderlehrer Date: Thu, 20 Apr 2023 00:51:09 -0400 Subject: [PATCH] Helptext spelling hotfix --- include/arg.h | 2 +- src/lib/arg.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/arg.h b/include/arg.h index 06badf1..df527d0 100644 --- a/include/arg.h +++ b/include/arg.h @@ -2,7 +2,7 @@ #define ARG_H #include -#define LAT_VERSION "0.11.0" +#define LAT_VERSION "0.11.1" struct config { bool stdin; diff --git a/src/lib/arg.c b/src/lib/arg.c index ce8f910..101aac7 100644 --- a/src/lib/arg.c +++ b/src/lib/arg.c @@ -9,7 +9,7 @@ void help(void) { printf("lat | lazy cat - a cat clone with some quality-of-life " - "embelishments\n\n"); + "embellishments\n\n"); printf("%s\n\n", LAT_USAGE); printf("options:\n"