From 947141c851f46fb634290ff7345ef7484cb3a12b Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Tue, 3 May 2016 17:48:18 +0000 Subject: Typos git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11052 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- udev-lfs/init-net-rules.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'udev-lfs') diff --git a/udev-lfs/init-net-rules.sh b/udev-lfs/init-net-rules.sh index 691d93c77..a90652ee7 100644 --- a/udev-lfs/init-net-rules.sh +++ b/udev-lfs/init-net-rules.sh @@ -80,12 +80,12 @@ function comment } if ! mountpoint -q /sys; then - msg="/sys mut be mounted" + msg="/sys must be mounted" usage fi if ! mountpoint -q /proc; then - msg="/proc mut be mounted" + msg="/proc must be mounted" usage fi -- cgit v1.2.3-54-g00ecf