diff --git a/argtable3.h b/argtable3.h index 5565d03..4785fff 100644 --- a/argtable3.h +++ b/argtable3.h @@ -87,7 +87,7 @@ typedef int(arg_comparefn)(const void* k1, const void* k2); * that particular arg_xxx arguments, performing post-parse checks, and * reporting errors. * These functions are private to the individual arg_xxx source code - * and are the pointer to them are initiliased by that arg_xxx struct's + * and are the pointer to them are initialised by that arg_xxx struct's * constructor function. The user could alter them after construction * if desired, but the original intention is for them to be set by the * constructor and left unaltered.