bugfix: correct spelling error (#370)

fixes #368
This commit is contained in:
Joe AE6XE 2019-02-25 06:20:22 -08:00 committed by dman776
parent d5be7814b3
commit 60d01c91da
1 changed files with 1 additions and 1 deletions

View File

@ -448,7 +448,7 @@ if($parms{button_save})
if( "$wifi2_enable" eq "1" and (length( $wifi2_key ) < 8 or length($wifi2_key) > 64) ) if( "$wifi2_enable" eq "1" and (length( $wifi2_key ) < 8 or length($wifi2_key) > 64) )
{ {
push (@errors, "LAN Access Point Password must be at least 8 charaters, up to 64"); push (@errors, "LAN Access Point Password must be at least 8 characters, up to 64");
} }
if( "$wifi2_enable" eq "1" and ( $wifi2_key =~ /\'/ or $wifi2_ssid =~ /\'/ )) if( "$wifi2_enable" eq "1" and ( $wifi2_key =~ /\'/ or $wifi2_ssid =~ /\'/ ))
{ {