fstools: fstab.init fix spelling
authorJohn Crispin <john@openwrt.org>
Wed, 8 Jul 2015 14:26:12 +0000 (14:26 +0000)
committerJohn Crispin <john@openwrt.org>
Wed, 8 Jul 2015 14:26:12 +0000 (14:26 +0000)
fix a very minor typo in warning message

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

package/system/fstools/files/fstab.init

index be49470ef1d1411592e3287def8c62dc7670e48d..f995e965447e5d9a9294362a3b5e91cf4d09262a 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
 }