Bah! Give me the pointy hat. Never commit fixes when just awake.

anable -> enable

Spotted by:	Alexander Leidinger <Alexander@leidinger.net>
This commit is contained in:
Jeroen Ruigrok van der Werven 2000-01-24 15:21:43 +00:00
parent fa7f776c1a
commit 5c9037ff73
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ echo -n 'Initial rc.i386 initialization:'
case ${apm_enable} in
[Yy][Ee][Ss])
echo -n ' apm'
apm -e anable > /dev/null 2>&1
apm -e enable > /dev/null 2>&1
APM_DONE=yes
;;
esac

View File

@ -9,7 +9,7 @@ echo -n 'Initial rc.i386 initialization:'
case ${apm_enable} in
[Yy][Ee][Ss])
echo -n ' apm'
apm -e anable > /dev/null 2>&1
apm -e enable > /dev/null 2>&1
APM_DONE=yes
;;
esac