diff options
author | Werner Koch <[email protected]> | 1998-04-14 17:51:16 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 1998-04-14 17:51:16 +0000 |
commit | 700c438def7defcdda1e806f4652b89987485882 (patch) | |
tree | 4bcf95b64e4e012351d8a837e329249a2963a397 /g10/compress.c | |
parent | new release (diff) | |
download | gnupg-700c438def7defcdda1e806f4652b89987485882.tar.gz gnupg-700c438def7defcdda1e806f4652b89987485882.zip |
applied Mathews typo and grammar fixes
Diffstat (limited to 'g10/compress.c')
-rw-r--r-- | g10/compress.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/compress.c b/g10/compress.c index 75e24b584..8f547dffa 100644 --- a/g10/compress.c +++ b/g10/compress.c @@ -102,7 +102,7 @@ init_uncompress( compress_filter_context_t *zfx, z_stream *zs ) /**************** * PGP uses a windowsize of 13 bits. Using a negative value for * it forces zlib not to expect a zlib header. This is a - * undocumented feature, Peter Gutmann told me about. + * undocumented feature Peter Gutmann told me about. */ if( (rc = zfx->pgpmode? inflateInit2( zs, -13) : inflateInit( zs )) != Z_OK ) { |