fstools: fstab.init fix spelling
[openwrt.git] / package / system / fstools / files / fstab.init
index be49470..f995e96 100644 (file)
@@ -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
 }