From cb52f3cdb4cab45b9d563404ba0658b2889c1255 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Sun, 30 Jul 2023 01:30:44 -0400 Subject: [PATCH] spelling: deleterious 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 e585592..b3de5b1 100644 --- a/argtable3.c +++ b/argtable3.c @@ -5956,7 +5956,7 @@ int arg_nullcheck(void** argtable) { * that entry were still allocated ok. Those subsequent allocations will not be * deallocated by arg_free(). * Despite the unlikeliness of the problem occurring, and the even unlikelier event - * that it has any deliterious effect, it is fixed regardless by replacing arg_free() + * that it has any deleterious effect, it is fixed regardless by replacing arg_free() * with the newer arg_freetable() function. * We still keep arg_free() for backwards compatibility. */