]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Typo fix: reqex => regex
authorHerwin Weststrate <herwin@quarantainenet.nl>
Wed, 15 Apr 2015 13:55:54 +0000 (15:55 +0200)
committerAlan T. DeKok <aland@freeradius.org>
Mon, 15 Jun 2015 11:39:23 +0000 (07:39 -0400)
src/tests/keywords/if-multivalue

index 8c50e8afc94973938f8354dd6874b3f703ae07d5..f12d6fe0e020c476fbbfd6bb7cb7525432aa5c80 100644 (file)
@@ -89,7 +89,7 @@ if (&request:Tmp-Integer-0[*] > &control:Tmp-Integer-1[*]) {
 }
 
 #
-#  Compiled reqex comparisons
+#  Compiled regex comparisons
 #
 if (&request:Tmp-String-1[*] !~ /PEONS$/) {
        update reply {
@@ -110,7 +110,7 @@ if (&control:Tmp-String-1 =~ /DINKS$/) {
 }
 
 #
-#  Dynamic reqex comparisons
+#  Dynamic regex comparisons
 #
 if (&request:Tmp-String-1[*] !~ /%{Tmp-String-2[0]}$/) {
        update reply {