From 60d01c91dadf839c2324ab729a597c9aecc8a236 Mon Sep 17 00:00:00 2001 From: Joe AE6XE Date: Mon, 25 Feb 2019 06:20:22 -0800 Subject: [PATCH] bugfix: correct spelling error (#370) fixes #368 --- files/www/cgi-bin/setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 =~ /\'/ )) {