From: Alan T. DeKok Date: Tue, 18 Jan 2022 21:33:33 +0000 (-0500) Subject: typo X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1f8f8f97e2128f4752882e5083fab37ed9432df;p=thirdparty%2Ffreeradius-server.git typo --- diff --git a/src/lib/unlang/xlat_builtin.c b/src/lib/unlang/xlat_builtin.c index 870237b7c69..b18ddbb9d91 100644 --- a/src/lib/unlang/xlat_builtin.c +++ b/src/lib/unlang/xlat_builtin.c @@ -2901,12 +2901,12 @@ static xlat_action_t xlat_func_strlen(TALLOC_CTX *ctx, fr_dcursor_t *out, * Called when %(subst:) pattern begins with "/" * @verbatim -%(sub: //[flags] ) +%(subst: //[flags] ) @endverbatim * * Example: (User-Name = "foo") @verbatim -"%(sub:%{User-Name} /oo.*$/ un)" == "fun" +"%(subst:%{User-Name} /oo.*$/ un)" == "fun" @endverbatim * * @see #xlat_func_subst