summaryrefslogtreecommitdiffstats
path: root/package/system/fstools
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2015-07-08 14:26:12 +0000
committerJohn Crispin <john@openwrt.org>2015-07-08 14:26:12 +0000
commit8503f34ce83b3a606159b3d155af33d72dcbd57d (patch)
treea31c375c991869017989e6cd33cf9d1333a7b81e /package/system/fstools
parent657300d4184a97e2c433ca259d973a04a5680ac0 (diff)
downloadmaster-31e0f0ae-8503f34ce83b3a606159b3d155af33d72dcbd57d.tar.gz
master-31e0f0ae-8503f34ce83b3a606159b3d155af33d72dcbd57d.tar.bz2
master-31e0f0ae-8503f34ce83b3a606159b3d155af33d72dcbd57d.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> SVN-Revision: 46273
Diffstat (limited to 'package/system/fstools')
-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
}