aboutsummaryrefslogtreecommitdiffstats
path: root/package/system
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2015-07-08 14:26:12 +0000
committerJohn Crispin <blogic@openwrt.org>2015-07-08 14:26:12 +0000
commit0582dc3d0b119212357fe62634ef2791dc8bc968 (patch)
tree6bdcecf12fd068dbac32199c5f6688f06c389e29 /package/system
parent0eda37a285f7594a302a938f5a373414d07e1e90 (diff)
downloadmaster-187ad058-0582dc3d0b119212357fe62634ef2791dc8bc968.tar.gz
master-187ad058-0582dc3d0b119212357fe62634ef2791dc8bc968.tar.bz2
master-187ad058-0582dc3d0b119212357fe62634ef2791dc8bc968.zip
fstools: fstab.init fix spelling
fix a very minor typo in warning message Signed-off-by: Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46273 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/system')
-rw-r--r--package/system/fstools/files/fstab.init4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/system/fstools/files/fstab.init b/package/system/fstools/files/fstab.init
index be49470ef1..f995e96544 100644
--- a/package/system/fstools/files/fstab.init
+++ b/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
}