fstools: fstab.init fix spelling

fix a very minor typo in warning message

Signed-off-by: Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk>

SVN-Revision: 46273
v19.07.3_mercusys_ac12_duma
John Crispin 9 years ago
parent 657300d418
commit 8503f34ce8

@ -4,11 +4,11 @@
START=40
start() {
echo "this file has been obseleted. please call \"/sbin/block mount\" directly"
echo "this file has been obsoleted. please call \"/sbin/block mount\" directly"
/sbin/block mount
}
stop() {
echo "this file has been obseleted. please call \"/sbin/block umount\" directly"
echo "this file has been obsoleted. please call \"/sbin/block umount\" directly"
/sbin/block umount
}

Loading…
Cancel
Save