From 8347aabe14765c1a55d2ee40ae574c3be1fceca5 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Tue, 25 Jul 2017 23:12:16 -0400 Subject: [PATCH] spelling: family --- src/getargs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/getargs.c b/src/getargs.c index ac9f11c8..dfcf5cff 100644 --- a/src/getargs.c +++ b/src/getargs.c @@ -127,7 +127,7 @@ flags_argmatch (const char *opt, /** Decode a set of sub arguments. * - * \param FlagName the flag familly to update. + * \param FlagName the flag family to update. * \param Args the effective sub arguments to decode. * \param All the "all" value. *