diff options
author | Anton Mosich <anton@mosich.at> | 2023-08-03 15:47:57 +0200 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2023-08-03 22:55:17 +0800 |
commit | 2d6ced8aec6d7e8691bb2e3b04ed6fc2bb0d8322 (patch) | |
tree | f8504a4e67c6f0feccc4c93975493ddb24331f41 | |
parent | 9a963c528574d11541cce7c3f3cd680b261483a7 (diff) |
Fix small typos
-rw-r--r-- | chapter04/settingenviron.xml | 2 | ||||
-rw-r--r-- | obfuscate.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/chapter04/settingenviron.xml b/chapter04/settingenviron.xml index d801aa9ab..b255a4b45 100644 --- a/chapter04/settingenviron.xml +++ b/chapter04/settingenviron.xml @@ -104,7 +104,7 @@ EOF</userinput></screen> </varlistentry> <varlistentry> - <term><parameter>LFS_TGT=(uname -m)-lfs-linux-gnu</parameter></term> + <term><parameter>LFS_TGT=$(uname -m)-lfs-linux-gnu</parameter></term> <listitem> <para>The <envar>LFS_TGT</envar> variable sets a non-default, but compatible machine description for use when building our cross-compiler and linker and when diff --git a/obfuscate.sh b/obfuscate.sh index dd2bf24d2..a01cc58b6 100644 --- a/obfuscate.sh +++ b/obfuscate.sh @@ -4,7 +4,7 @@ # obfuscate email addresses in XML/HTML # Script written (and slight perl modification) by Archaic <archaic AT linuxfromscratch D0T org> # Modified from "sed -i" to old style "sed -e" by Manuel Canales <manuel AT linuxfromscratch D0T org> -# to prevent hangs on very long files, like nonckunked books. +# to prevent hangs on very long files, like nonchunked books. # Original Perl expression by Anderson Lizardo <lizardo AT linuxfromscratch D0T org> # Released under the GNU General Public License # |