diff options
Diffstat (limited to 'chapter08/bzip2.xml')
-rw-r--r-- | chapter08/bzip2.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter08/bzip2.xml b/chapter08/bzip2.xml index 68f567fcd..e57fe61c4 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</userinput></screen> - <para>Remove an useless static library:</para> + <para>Remove a useless static library:</para> <screen><userinput remap="install">rm -fv /usr/lib/libbz2.a</userinput></screen> |