Commit 271dcb3ac0a08ff30d4d7679c8c8b17bd146c9cb
1 parent
01bcda89
fix typo in manual page
Thanks A. Costa for reporting the error.
Showing
1 changed file
with
1 additions
and
1 deletions
manual/zlib-flate.1.in
| @@ -10,7 +10,7 @@ zlib-flate \- raw zlib compression program | @@ -10,7 +10,7 @@ zlib-flate \- raw zlib compression program | ||
| 10 | The zlib-flate program is part of the qpdf package. | 10 | The zlib-flate program is part of the qpdf package. |
| 11 | .PP | 11 | .PP |
| 12 | The zlib-flate program reads from standard input and writes to | 12 | The zlib-flate program reads from standard input and writes to |
| 13 | -standard output either compressing or compressing its input using raw | 13 | +standard output either compressing or uncompressing its input using raw |
| 14 | zlib compression. It can be used to uncompress or compress raw PDF | 14 | zlib compression. It can be used to uncompress or compress raw PDF |
| 15 | streams or other data that is compressed with raw zlib compression. | 15 | streams or other data that is compressed with raw zlib compression. |
| 16 | This program is provided primarily as a debugging tool, though it | 16 | This program is provided primarily as a debugging tool, though it |