summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/zlib/deflate.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/zlib/deflate.c')
-rw-r--r--src/3rdparty/zlib/deflate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/3rdparty/zlib/deflate.c b/src/3rdparty/zlib/deflate.c
index 1ca5397c..7e970d43 100644
--- a/src/3rdparty/zlib/deflate.c
+++ b/src/3rdparty/zlib/deflate.c
@@ -123,7 +123,7 @@ local void check_match OF((deflate_state *s, IPos start, IPos match,
typedef struct config_s {
ush good_length; /* reduce lazy search above this match length */
ush max_lazy; /* do not perform lazy search above this match length */
- ush nice_length; /* tquit search above this match length */
+ ush nice_length; /* quit search above this match length */
ush max_chain;
compress_func func;
} config;