From 2a81ec0650cf8fccc94c541021cacf4dea611b1d Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Sun, 30 Jul 2023 01:41:05 -0400 Subject: [PATCH] spelling: subsequent 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 1fc4860..19fcf42 100644 --- a/argtable3.c +++ b/argtable3.c @@ -5384,7 +5384,7 @@ int arg_parse(int argc, char** argv, void** argtable) { /* Fill in the local copy of argv[]. We need a local copy because getopt rearranges argv[] which adversely affects - susbsequent parsing attempts. + subsequent parsing attempts. */ for (i = 0; i < argc; i++) argvcopy[i] = argv[i];