From 9deedec029372eaf82316ad1065bc8db7c9a924c Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Sun, 30 Jul 2023 01:36:17 -0400 Subject: [PATCH] spelling: initialised 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 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.