diff options
Diffstat (limited to 'chapter08/revisedchroot.xml')
-rw-r--r-- | chapter08/revisedchroot.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter08/revisedchroot.xml b/chapter08/revisedchroot.xml index e42e81c65..725c76170 100644 --- a/chapter08/revisedchroot.xml +++ b/chapter08/revisedchroot.xml @@ -69,7 +69,7 @@ rm -f /usr/lib/libz.a</userinput></screen> <screen><userinput>find /usr -depth -name $(uname -m)-lfs-linux-gnu\* | xargs rm -rf</userinput></screen> <para>The <filename class="directory">/tools</filename> directory can also - be removed to further gain some place:</para> + be removed to further gain some space:</para> <screen><userinput>rm -rf /tools</userinput></screen> |