diff options
author | Douglas R. Reno <renodr@linuxfromscratch.org> | 2016-09-11 02:30:24 +0000 |
---|---|---|
committer | Douglas R. Reno <renodr@linuxfromscratch.org> | 2016-09-11 02:30:24 +0000 |
commit | e54605e14a52ed34debb94706b7228fc308f4c96 (patch) | |
tree | 932874052345c3563e489b2cb9bea27200a89938 | |
parent | daef459af003026676ca271cea8ccca4d1cb646c (diff) |
Typo fix
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11123 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter07/networkd.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter07/networkd.xml b/chapter07/networkd.xml index 9e8f1bb87..3d7b3f2d4 100644 --- a/chapter07/networkd.xml +++ b/chapter07/networkd.xml @@ -245,7 +245,7 @@ EOF</userinput></screen> <para>The ::1 entry is the IPv6 counterpart of 127.0.0.1 and represents the IPv6 loopback interface.</para> - <para>If using a staic address, create the <filename>/etc/hosts</filename> + <para>If using a static address, create the <filename>/etc/hosts</filename> file by running this command instead:</para> <screen role="nodump"><userinput>cat > /etc/hosts << "EOF" |