diff --git a/etc/inc/config.inc b/etc/inc/config.inc index 864bba44a0..2a8a773e9a 100644 --- a/etc/inc/config.inc +++ b/etc/inc/config.inc @@ -1387,7 +1387,7 @@ function set_networking_interfaces_ports() { if($avail < 115) { echo "\n\n\n"; echo "DANGER! WARNING!\n\n"; - echo "{$g['product_name']} requires *ATLEAST* 128 megs of ram to function correctly.\n"; + echo "{$g['product_name']} requires *AT LEAST* 128 megs of ram to function correctly.\n"; echo "Only ($avail) megs of ram has been detected.\n"; echo "\nPress ENTER to continue."; fgets($fp); @@ -1440,18 +1440,16 @@ EOD; echo <<