[OpenWrt-Devel] [PATCH] fstools: fstab.init fix spelling
Kevin Darbyshire-Bryant
kevin at darbyshire-bryant.me.uk
Tue Jul 7 14:07:07 EDT 2015
fix a very minor typo in warning message
Signed-off-by: Kevin Darbyshire-Bryant <kevin at darbyshire-bryant.me.uk>
---
package/system/fstools/files/fstab.init | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/system/fstools/files/fstab.init b/package/system/fstools/files/fstab.init
index be49470..f995e96 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
}
--
1.9.1
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
More information about the openwrt-devel
mailing list