diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2022-03-06 15:37:02 -0600 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2022-03-06 15:37:02 -0600 |
commit | c9629e0347e07b757b2cf7e1fb51cb6c19c00c56 (patch) | |
tree | 3661197d0639877e3adcfabfbe29b2c328bd7fb5 /chapter06 | |
parent | cc2c231b500bb4ae0fbbb1ff2bda7707dfd2189e (diff) |
Typo
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/coreutils.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/coreutils.xml b/chapter06/coreutils.xml index 27ae2a04d..33f53ec1e 100644 --- a/chapter06/coreutils.xml +++ b/chapter06/coreutils.xml @@ -81,7 +81,7 @@ --> <para>Move programs to their final expected locations. Although this is not necessary in this temporary environment, we must do so because some - programs harcode executable locations:</para> + programs hardcode executable locations:</para> <screen><userinput remap="install">mv -v $LFS/usr/bin/chroot $LFS/usr/sbin mkdir -pv $LFS/usr/share/man/man8 |