diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2020-06-01 20:19:10 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2020-06-01 20:19:10 +0000 |
commit | 08f74da93c2579d207a849002637fc087c1f8a24 (patch) | |
tree | f1945023a5bf09311fee6e9f2de5344097720c72 | |
parent | 83a01db0abc3301436dc6958ab77bd952ffcad2d (diff) |
Typo
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11891 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter03/introduction.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter03/introduction.xml b/chapter03/introduction.xml index 3194e3dae..7a7626d92 100644 --- a/chapter03/introduction.xml +++ b/chapter03/introduction.xml @@ -70,7 +70,7 @@ <para>To download all of the packages and patches by using <ulink url="../wget-list">wget-list</ulink> as an input to the - <command>wget</command> caoomad, use:</para> + <command>wget</command> command, use:</para> <screen role="nodump"><userinput>wget --input-file=wget-list --continue --directory-prefix=$LFS/sources</userinput></screen> |