From: Bruce S. <bl...@us...> - 2004-10-11 13:15:00
|
Update of /cvsroot/devil-linux/build/scripts/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18305/scripts/scripts Modified Files: setup Log Message: Fixed spelling errors. Index: setup =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/scripts/setup,v retrieving revision 1.20 retrieving revision 1.21 diff -u -d -r1.20 -r1.21 --- setup 8 Mar 2004 18:50:34 -0000 1.20 +++ setup 11 Oct 2004 13:14:21 -0000 1.21 @@ -353,7 +353,7 @@ || mod_config $CONFIG JAIL_ENABLE no ;; APM) - askyesno "APM" "Enable APM at boot time\nThis has nothing todo with Energy Safer!" $ENABLE_APM \ + askyesno "APM" "Enable APM at boot time\nThis has nothing to do with Energy Saver!" $ENABLE_APM \ && mod_config $CONFIG ENABLE_APM yes \ || mod_config $CONFIG ENABLE_APM no ;; |