Fix a ~6 year old typo :)

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11736 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Pierre Labastie 2020-01-27 13:52:33 +00:00
parent f18ed3d8e7
commit 701048059a

View File

@ -50,7 +50,7 @@
Glibc autoconf tests would give false results and defeat the goal Glibc autoconf tests would give false results and defeat the goal
of achieving a clean build.</para></note> of achieving a clean build.</para></note>
<para>Some of the Glibc programs use the non-FHS compilant <para>Some of the Glibc programs use the non-FHS compliant
<filename class="directory">/var/db</filename> directory to store <filename class="directory">/var/db</filename> directory to store
their runtime data. Apply the following patch to make such programs their runtime data. Apply the following patch to make such programs
store their runtime data in the FHS-compliant locations:</para> store their runtime data in the FHS-compliant locations:</para>