From 306164531f5749e037769c7a0e0b4ae7d01b05df Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Sun, 30 Jul 2023 01:30:29 -0400 Subject: [PATCH] spelling: defining Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- argtable3.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/argtable3.h b/argtable3.h index 487c22d..5565d03 100644 --- a/argtable3.h +++ b/argtable3.h @@ -95,7 +95,7 @@ typedef int(arg_comparefn)(const void* k1, const void* k2); typedef struct arg_hdr { char flag; /* Modifier flags: ARG_TERMINATOR, ARG_HASVALUE. */ const char* shortopts; /* String defining the short options */ - const char* longopts; /* String defiing the long options */ + const char* longopts; /* String defining the long options */ const char* datatype; /* Description of the argument data type */ const char* glossary; /* Description of the option as shown by arg_print_glossary function */ int mincount; /* Minimum number of occurences of this option accepted */