diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2016-05-03 17:48:18 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2016-05-03 17:48:18 +0000 |
commit | 947141c851f46fb634290ff7345ef7484cb3a12b (patch) | |
tree | d052b0476ee420df3e88e909f0ad4957df41b51f | |
parent | 5d4e1b1f1f749ed5e84113ad1767d5fa92bd4a02 (diff) |
Typos
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11052 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter06/texinfo.xml | 2 | ||||
-rw-r--r-- | udev-lfs/init-net-rules.sh | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/chapter06/texinfo.xml b/chapter06/texinfo.xml index b0034f840..11a9eed06 100644 --- a/chapter06/texinfo.xml +++ b/chapter06/texinfo.xml @@ -51,7 +51,7 @@ <varlistentry> <term><parameter>--disable-static</parameter></term> <listitem> - <para>iIn this case, the top-level configure script will complain that + <para>In this case, the top-level configure script will complain that this is an unrecognized option, but the configure script for XSParagraph recognizes it and uses it to disable installing a static <filename class="libraryfile">XSParagraph.a</filename> to <filename 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 |