]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Correct spelling error in gzread.c
authorMark Adler <madler@alumni.caltech.edu>
Sat, 24 Sep 2011 07:09:31 +0000 (00:09 -0700)
committerMark Adler <madler@alumni.caltech.edu>
Sat, 24 Sep 2011 07:09:31 +0000 (00:09 -0700)
gzread.c

index 548201ab0099b51556da32c4873d1dbb2d211b5a..d44f2f70a5e632e6864140f35ba5d0d781db7918 100644 (file)
--- a/gzread.c
+++ b/gzread.c
@@ -297,7 +297,7 @@ local int gz_decomp(state)
 /* Make data and put in the output buffer.  Assumes that state->have == 0.
    Data is either copied from the input file or decompressed from the input
    file depending on state->how.  If state->how is LOOK, then a gzip header is
-   looked for (and skipped if found) to determine wither to copy or decompress.
+   looked for (and skipped if found) to discern whether to copy or decompress.
    Returns -1 on error, otherwise 0.  gz_make() will leave state->have as COPY
    or GZIP unless the end of the input file has been reached and all data has
    been processed.  */