diff options
Diffstat (limited to 'chapter06/systemd.xml')
-rw-r--r-- | chapter06/systemd.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/systemd.xml b/chapter06/systemd.xml index 7c484d867..0554072d2 100644 --- a/chapter06/systemd.xml +++ b/chapter06/systemd.xml @@ -51,7 +51,7 @@ <screen><userinput remap="pre">ln -sf /tools/bin/true /usr/bin/xsltproc</userinput></screen> <para>Because we have not yet installed the final version of Util-Linux, - create links to the libraries in the approprite location:</para> + create links to the libraries in the appropriate location:</para> <screen><userinput remap="pre">for file in /tools/lib/lib{blkid,mount,uuid}.so*; do ln -sf $file /usr/lib/ |