From e8436e46bd88e1cf7f1ad04290b455fca476920f Mon Sep 17 00:00:00 2001 From: deajan Date: Thu, 15 Mar 2018 09:54:12 +0100 Subject: [PATCH] Fixed typo for function name --- dev/ofunctions.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev/ofunctions.sh b/dev/ofunctions.sh index 33a5ac9..9d56403 100644 --- a/dev/ofunctions.sh +++ b/dev/ofunctions.sh @@ -10,7 +10,7 @@ #command line arguments don't take -AaqV for example _OFUNCTIONS_VERSION=2.3.0-dev -_OFUNCTIONS_BUILD=2018022502 +_OFUNCTIONS_BUILD=2018031501 #### _OFUNCTIONS_BOOTSTRAP SUBSET #### _OFUNCTIONS_BOOTSTRAP=true #### _OFUNCTIONS_BOOTSTRAP SUBSET END #### @@ -1251,7 +1251,7 @@ function IsNumeric { #### CheckRFC822 SUBSET #### # Checks email address validity -function checkRFC822 { +function CheckRFC822 { local mail="${1}" local rfc822="^[a-z0-9!#\$%&'*+/=?^_\`{|}~-]+(\.[a-z0-9!#$%&'*+/=?^_\`{|}~-]+)*@([a-z0-9]([a-z0-9-]*[a-z0-9])?\.)+[a-z0-9]([a-z0-9-]*[a-z0-9])?\$"