diff options
author | Xi Ruoyao <xry111@mengyan1223.wang> | 2022-01-16 00:42:27 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@mengyan1223.wang> | 2022-01-16 00:42:27 +0800 |
commit | cd0ca9371cae2f228f6e5106f6a5706bcda8fd1e (patch) | |
tree | 4d04dfc21d62dd12ec37d3edfb39bd0ac8805063 /chapter08 | |
parent | 7ad105665e1316e763d63a3da21e4362da8b0b76 (diff) |
shadow: fix a typo
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/shadow.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter08/shadow.xml b/chapter08/shadow.xml index 71a25db33..8494c9736 100644 --- a/chapter08/shadow.xml +++ b/chapter08/shadow.xml @@ -113,7 +113,7 @@ find man -name Makefile.in -exec sed -i 's/passwd\.5 / /' {} \;</userinput></s <term><command>touch /usr/bin/passwd</command></term> <listitem> <para>The file <filename>/usr/bin/passwd</filename> needs - to exist because its location is harcoded in some programs, and + to exist because its location is hardcoded in some programs, and if it does not exist, the default location is not right.</para> </listitem> </varlistentry> |