From: Nick Porter Date: Tue, 10 Dec 2024 09:38:51 +0000 (+0000) Subject: Typo X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b381f95e018fcbf106a561f59c08f1ae476290b1;p=thirdparty%2Ffreeradius-server.git Typo --- diff --git a/src/lib/server/cf_parse.h b/src/lib/server/cf_parse.h index 538292f9cad..42fcfa4cc19 100644 --- a/src/lib/server/cf_parse.h +++ b/src/lib/server/cf_parse.h @@ -367,7 +367,7 @@ _Generic(&(_ct), \ * * @param[in] _name name of pair to search for. * @param[in] _type base type to parse pair as. - * @param[in] _flags f lags controlling parsing behaviour. + * @param[in] _flags flags controlling parsing behaviour. * @param[in] _func to use to record value. * @param[in] _dflt_func to use to get defaults from a 3rd party library. */