summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/zlib/infback.c
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2011-12-05 22:04:08 -0600
committerTimothy Pearson <[email protected]>2011-12-05 22:04:08 -0600
commite02e31c8b9d854cd62cbe9799228f6e08e882773 (patch)
tree53303c981d0b20e03c5a2fc8e959fa74adcb90d1 /src/3rdparty/zlib/infback.c
parent143f194af098d44bf0dd1ebb29e59f30ce48d523 (diff)
downloadtqt3-e02e31c8b9d854cd62cbe9799228f6e08e882773.tar.gz
tqt3-e02e31c8b9d854cd62cbe9799228f6e08e882773.zip
Sync with latest script
Diffstat (limited to 'src/3rdparty/zlib/infback.c')
-rw-r--r--src/3rdparty/zlib/infback.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/3rdparty/zlib/infback.c b/src/3rdparty/zlib/infback.c
index 99895dc66..262f97c73 100644
--- a/src/3rdparty/zlib/infback.c
+++ b/src/3rdparty/zlib/infback.c
@@ -225,7 +225,7 @@ struct inflate_state FAR *state;
in() and out() are called with a descriptor parameter provided in the
inflateBack() call. This parameter can be a structure that provides the
- information retquired to do the read or write, as well as accumulated
+ information required to do the read or write, as well as accumulated
information on the input and output such as totals and check values.
in() should return zero on failure. out() should return non-zero on