]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
spelling (#4075)
authorNotAProfessionalDeveloper <277893+NotAProfessionalDeveloper@users.noreply.github.com>
Thu, 13 May 2021 13:58:36 +0000 (15:58 +0200)
committerGitHub <noreply@github.com>
Thu, 13 May 2021 13:58:36 +0000 (15:58 +0200)
doc/antora/modules/reference/pages/unlang/condition/regex.adoc

index 0bc7f40aa3ebf9f5fd50b2b86bee882cf2a43cd2..bd6b3895a9b49e6696799adac34d0705476bdd0d 100644 (file)
@@ -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.