summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/zlib/infback.c
diff options
context:
space:
mode:
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 99895dc6..262f97c7 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