diff --git a/chapter03/introduction.xml b/chapter03/introduction.xml
index 9b05ce7ff..c7451f055 100644
--- a/chapter03/introduction.xml
+++ b/chapter03/introduction.xml
@@ -23,8 +23,8 @@
location has changed since this book was published, Google () provides a useful search engine for
most packages. If this search is unsuccessful, try one of the
- alternative means of downloading discussed at .
+ alternative means of downloading at .
Downloaded packages and patches will need to be stored somewhere
that is conveniently available throughout the entire build. A working
diff --git a/chapter08/bzip2.xml b/chapter08/bzip2.xml
index 1af65eb11..4418989da 100644
--- a/chapter08/bzip2.xml
+++ b/chapter08/bzip2.xml
@@ -97,7 +97,7 @@ for i in /usr/bin/{bzcat,bunzip2}; do
ln -sfv bzip2 $i
done
- Remove an useless static library:
+ Remove a useless static library:
rm -fv /usr/lib/libbz2.a
diff --git a/chapter08/libtool.xml b/chapter08/libtool.xml
index 2b4698a8e..e50d419a0 100644
--- a/chapter08/libtool.xml
+++ b/chapter08/libtool.xml
@@ -71,7 +71,7 @@
- Remove an useless static library:
+ Remove a useless static library:
rm -fv /usr/lib/libltdl.a
diff --git a/chapter08/zlib.xml b/chapter08/zlib.xml
index 0fafd94cf..a90c7c416 100644
--- a/chapter08/zlib.xml
+++ b/chapter08/zlib.xml
@@ -57,7 +57,7 @@
make install
- Remove an useless static library:
+ Remove a useless static library:
rm -fv /usr/lib/libz.a