summaryrefslogtreecommitdiff
path: root/lib/zlib/gzio.c
diff options
context:
space:
mode:
authorBrad Hards <bradh@frogmouth.net>2010-02-21 16:51:01 +1100
committerMatthias Dieter Wallnöfer <mwallnoefer@yahoo.de>2010-02-22 21:45:35 +0100
commite4c2f4dc75ad38bfeb7c8b8015a48b6b49b22b90 (patch)
treef64590022ea4b6a1031a1002ab566b583508be9f /lib/zlib/gzio.c
parent198b17abf0c8d1d07f4e22a757acd60d4a570af4 (diff)
downloadsamba-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/gzio.c')
-rw-r--r--lib/zlib/gzio.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/zlib/gzio.c b/lib/zlib/gzio.c
index 0b51297936..55521a32ef 100644
--- a/lib/zlib/gzio.c
+++ b/lib/zlib/gzio.c
@@ -254,7 +254,7 @@ int ZEXPORT gzsetparams (file, level, strategy)
/* ===========================================================================
Read a byte from a gz_stream; update next_in and avail_in. Return EOF
for end of file.
- IN assertion: the stream s has been sucessfully opened for reading.
+ IN assertion: the stream s has been successfully opened for reading.
*/
local int get_byte(s)
gz_stream *s;
@@ -279,7 +279,7 @@ local int get_byte(s)
mode to transparent if the gzip magic header is not present; set s->err
to Z_DATA_ERROR if the magic header is present but the rest of the header
is incorrect.
- IN assertion: the stream s has already been created sucessfully;
+ IN assertion: the stream s has already been created successfully;
s->stream.avail_in is zero for the first time, but may be non-zero
for concatenated .gz files.
*/