From: NotAProfessionalDeveloper <277893+NotAProfessionalDeveloper@users.noreply.github.com> Date: Thu, 13 May 2021 13:58:36 +0000 (+0200) Subject: spelling (#4075) X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a85e03818afa7c30d81dadc81e0ea1ddab8497c9;p=thirdparty%2Ffreeradius-server.git spelling (#4075) --- diff --git a/doc/antora/modules/reference/pages/unlang/condition/regex.adoc b/doc/antora/modules/reference/pages/unlang/condition/regex.adoc index 0bc7f40aa3e..bd6b3895a9b 100644 --- a/doc/antora/modules/reference/pages/unlang/condition/regex.adoc +++ b/doc/antora/modules/reference/pages/unlang/condition/regex.adoc @@ -26,9 +26,9 @@ The `!~` operator evaluates to `true` when `data` does not match the The regular expression comparison is performed on the _string representation_ of the left side of the comparison. That is, if the left side is an -xref:type/numb.adoc[integer], the regular expression will behave is if the +xref:type/numb.adoc[integer], the regular expression will behave as if the value `0` was the literal string `"0"`. Similarly, if the left side is an -xref:attr.adoc[&Attribute-Name], then the regular expression will behave is if +xref:attr.adoc[&Attribute-Name], then the regular expression will behave as if the attribute was printed to a string, and the match was performed on the resulting string.