diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2023-05-30 13:57:09 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2023-05-30 13:57:09 (GMT) |
commit | a4f289d5b5a7e9f55955463e03ed4140b324d1c6 (patch) | |
tree | a233a3d694f5d24c351058cec105d5587fb08706 /doc/TclZlib.3 | |
parent | 13f6f72bb70d2f85f1ca638290bab6c606d9ae33 (diff) | |
download | tcl-a4f289d5b5a7e9f55955463e03ed4140b324d1c6.zip tcl-a4f289d5b5a7e9f55955463e03ed4140b324d1c6.tar.gz tcl-a4f289d5b5a7e9f55955463e03ed4140b324d1c6.tar.bz2 |
More typo fixes
Diffstat (limited to 'doc/TclZlib.3')
-rw-r--r-- | doc/TclZlib.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/TclZlib.3 b/doc/TclZlib.3 index 4d06923..c2d7f6d 100644 --- a/doc/TclZlib.3 +++ b/doc/TclZlib.3 @@ -188,7 +188,7 @@ is used to initialize the compression engine rather than leaving it to create it on the fly from the data being compressed. Setting a compression dictionary allows for more efficient compression in the case where the start of the data is highly regular, but it does require both the compressor and the -decompressor to agreee on the value to use. Compression dictionaries are only +decompressor to agree on the value to use. Compression dictionaries are only fully supported for zlib-format data; on compression, they must be set before any data is sent in with \fBTcl_ZlibStreamPut\fR, and on decompression they should be set when \fBTcl_ZlibStreamGet\fR produces an \fBerror\fR with its |