Author: blogic Date: 2015-07-08 16:26:12 +0200 (Wed, 08 Jul 2015) New Revision: 46273
Modified: trunk/package/system/fstools/files/fstab.init Log: fstools: fstab.init fix spelling fix a very minor typo in warning message Signed-off-by: Kevin Darbyshire-Bryant <[email protected]> Modified: trunk/package/system/fstools/files/fstab.init =================================================================== --- trunk/package/system/fstools/files/fstab.init 2015-07-08 14:26:04 UTC (rev 46272) +++ trunk/package/system/fstools/files/fstab.init 2015-07-08 14:26:12 UTC (rev 46273) @@ -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 } _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
