Browse Source

fstools: fstab.init fix spelling

fix a very minor typo in warning message

Signed-off-by: Kevin Darbyshire-Bryant <[email protected]>

SVN-Revision: 46273
John Crispin 10 years ago
parent
commit
8503f34ce8
1 changed files with 2 additions and 2 deletions
  1. 2 2
      package/system/fstools/files/fstab.init

+ 2 - 2
package/system/fstools/files/fstab.init

@@ -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
 }