aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2015-10-27 20:14:21 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2015-10-27 20:14:21 +0000
commit7bbd1bdc8a816089c3d217eb805470858e130a5e (patch)
tree49ce11afd5eddf97f472b20dbe80f80e80bc57ed
parent7c4d11a23a9c3614bd5b6a6051119a7b24b9ff6a (diff)
Typos
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10968 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--appendices/acknowledgments.xml2
-rw-r--r--appendices/dependencies.xml6
-rw-r--r--chapter02/creatingfilesystem.xml2
3 files changed, 5 insertions, 5 deletions
diff --git a/appendices/acknowledgments.xml b/appendices/acknowledgments.xml
index 5944fca53..340951148 100644
--- a/appendices/acknowledgments.xml
+++ b/appendices/acknowledgments.xml
@@ -7,7 +7,7 @@
<appendix id="appendixb" xreflabel="Appendix B">
<?dbhtml dir="appendices"?>
- <?dbhtml filename="acknowledgements.html"?>
+ <?dbhtml filename="acknowledgments.html"?>
<title>Acknowledgments</title>
diff --git a/appendices/dependencies.xml b/appendices/dependencies.xml
index d1ea9c0bc..8182a7106 100644
--- a/appendices/dependencies.xml
+++ b/appendices/dependencies.xml
@@ -25,7 +25,7 @@
available in order to run the test suites. The third list of dependencies are
packages that require this package to be built and installed in its final
location before they are built and installed. In most cases, this is because
- these packages will hardcode paths to binaries within their scripts. If not
+ these packages will hard code paths to binaries within their scripts. If not
built in a certain order, this could result in paths of /tools/bin/[binary]
being placed inside scripts installed to the final system. This is obviously
not desirable.</para>
@@ -33,9 +33,9 @@
<para>The last list of dependencies are optional packages that are not
addressed in LFS, but could be useful to the user. These packages may have
additional mandatory or optional dependencies of their own. For these
- dependencies, the recommeded practice is to install them after completion of
+ dependencies, the recommended practice is to install them after completion of
the LFS book and then go back an rebuild the LFS package. In several cases,
- reinstallation is addressed in BLFS.</para>
+ re-installation is addressed in BLFS.</para>
<!-- Begin Acl dependency info -->
<bridgehead renderas="sect2" id="acl-dep">acl</bridgehead>
diff --git a/chapter02/creatingfilesystem.xml b/chapter02/creatingfilesystem.xml
index 75c81b227..22a094728 100644
--- a/chapter02/creatingfilesystem.xml
+++ b/chapter02/creatingfilesystem.xml
@@ -41,7 +41,7 @@
</varlistentry>
</variablelist>
- <para>Other file sytems, including FAT32, NTFS, ReiserFS, JFS, and XFS are
+ <para>Other file systems, including FAT32, NTFS, ReiserFS, JFS, and XFS are
useful for specialized purposes. More information about these file systems
can be found at <ulink
url="http://en.wikipedia.org/wiki/Comparison_of_file_systems"/>.</para>