]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
typo
authorAlan T. DeKok <aland@freeradius.org>
Tue, 18 Jan 2022 21:33:33 +0000 (16:33 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Tue, 18 Jan 2022 21:33:33 +0000 (16:33 -0500)
src/lib/unlang/xlat_builtin.c

index 870237b7c692609845f451f28a3286db41024102..b18ddbb9d911f162114a37dc0c7981cfd4d851fc 100644 (file)
@@ -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:<subject> /<regex>/[flags] <replace>)
+%(subst:<subject> /<regex>/[flags] <replace>)
 @endverbatim
  *
  * Example: (User-Name = "foo")
 @verbatim
-"%(sub:%{User-Name} /oo.*$/ un)" == "fun"
+"%(subst:%{User-Name} /oo.*$/ un)" == "fun"
 @endverbatim
  *
  * @see #xlat_func_subst