diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-02-05 18:29:23 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-02-05 18:29:23 +0000 |
commit | fdfb226af0542565bc66e7dfaff1764feb80e734 (patch) | |
tree | 4d3b569f72649db204a1f36a67626371dad8c384 /chapter06/gzip-inst.xml | |
parent | 68ed9a53ee27f2e693c958931bb499f20bdf4dff (diff) |
Bill's typo fixes
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2427 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/gzip-inst.xml')
-rw-r--r-- | chapter06/gzip-inst.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/gzip-inst.xml b/chapter06/gzip-inst.xml index 892ebfba5..c6ca13a2a 100644 --- a/chapter06/gzip-inst.xml +++ b/chapter06/gzip-inst.xml @@ -6,7 +6,7 @@ <para>The following patch fixes a buffer overflow that occurs when a filename is longer than 1020 characters. It does this by inserting a check that the buffer is large enough for the given filename. The program exits -with the message "Filename too long" the buffer is not large enough.</para> +with the message "Filename too long" if the buffer is not large enough.</para> <para><screen><userinput>patch -Np1 -i ../gzip-&gzip-patch-version;.patch</userinput></screen></para> |