diff --git a/chapter06/bzip2.xml b/chapter06/bzip2.xml
index bf13936c0..7470cd84f 100644
--- a/chapter06/bzip2.xml
+++ b/chapter06/bzip2.xml
@@ -36,10 +36,10 @@ GCC, Glibc, and Make
patch -Np1 -i ../&bzip2-docs-patch;
-Bzgrep does not escape '|' and '&' in filenames passed
-to it. This allows arbitrary commands to be executed with the privileges of the
-user running bzgrep. Apply the following to address this:
-
+The bzgrep command does not escape '|' and '&' in
+filenames passed to it. This allows arbitrary commands to be executed with the
+privileges of the user running bzgrep. Apply the following to
+address this:
patch -Np1 -i ../&bzip2-bzgrep-patch;