From: Herwin Weststrate Date: Wed, 15 Apr 2015 13:55:54 +0000 (+0200) Subject: Typo fix: reqex => regex X-Git-Tag: release_3_0_9~177 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9d9a6947a6110bf0a2d341e13e0277014e56043;p=thirdparty%2Ffreeradius-server.git Typo fix: reqex => regex --- diff --git a/src/tests/keywords/if-multivalue b/src/tests/keywords/if-multivalue index 8c50e8afc94..f12d6fe0e02 100644 --- a/src/tests/keywords/if-multivalue +++ b/src/tests/keywords/if-multivalue @@ -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 {