From 74fe57147bd584f31ba74751f594ce6a14d1cbfe Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Sun, 30 Jul 2023 01:41:19 -0400 Subject: [PATCH] spelling: tentative Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- argtable3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/argtable3.c b/argtable3.c index 19fcf42..5b85398 100644 --- a/argtable3.c +++ b/argtable3.c @@ -5313,7 +5313,7 @@ static void arg_parse_untagged(int argc, char** argv, struct arg_hdr** table, st } } - /* if a tenative error still remains at this point then register it as a proper error */ + /* if a tentative error still remains at this point then register it as a proper error */ if (errorlast) { arg_register_error(endtable, parentlast, errorlast, optarglast); optind++;