diff --git a/files/www/cgi-bin/setup b/files/www/cgi-bin/setup index 6280dfa3..0a870151 100755 --- a/files/www/cgi-bin/setup +++ b/files/www/cgi-bin/setup @@ -448,7 +448,7 @@ if($parms{button_save}) 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 =~ /\'/ )) {