diff options
author | Brad Hards <bradh@frogmouth.net> | 2010-02-21 16:51:01 +1100 |
---|---|---|
committer | Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de> | 2010-02-22 21:45:35 +0100 |
commit | e4c2f4dc75ad38bfeb7c8b8015a48b6b49b22b90 (patch) | |
tree | f64590022ea4b6a1031a1002ab566b583508be9f /lib/zlib/examples | |
parent | 198b17abf0c8d1d07f4e22a757acd60d4a570af4 (diff) | |
download | samba-e4c2f4dc75ad38bfeb7c8b8015a48b6b49b22b90.tar.gz samba-e4c2f4dc75ad38bfeb7c8b8015a48b6b49b22b90.tar.bz2 samba-e4c2f4dc75ad38bfeb7c8b8015a48b6b49b22b90.zip |
Spelling fixes in lib/zlib.
Signed-off-by: Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de>
Diffstat (limited to 'lib/zlib/examples')
-rw-r--r-- | lib/zlib/examples/fitblk.c | 2 | ||||
-rw-r--r-- | lib/zlib/examples/gun.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/zlib/examples/fitblk.c b/lib/zlib/examples/fitblk.c index c61de5c996..966702dea9 100644 --- a/lib/zlib/examples/fitblk.c +++ b/lib/zlib/examples/fitblk.c @@ -17,7 +17,7 @@ data in order to determine how much of that input will compress to nearly the requested output block size. The first pass generates enough deflate blocks to produce output to fill the requested - output size plus a specfied excess amount (see the EXCESS define + output size plus a specified excess amount (see the EXCESS define below). The last deflate block may go quite a bit past that, but is discarded. The second pass decompresses and recompresses just the compressed data that fit in the requested plus excess sized diff --git a/lib/zlib/examples/gun.c b/lib/zlib/examples/gun.c index bfec590a00..dce01aef0f 100644 --- a/lib/zlib/examples/gun.c +++ b/lib/zlib/examples/gun.c @@ -42,7 +42,7 @@ end-of-file, they cannot be concantenated. If a Unix compress stream is encountered in an input file, it is the last stream in that file. - Like gunzip and uncompress, the file attributes of the orignal compressed + Like gunzip and uncompress, the file attributes of the original compressed file are maintained in the final uncompressed file, to the extent that the user permissions allow it. |