summaryrefslogtreecommitdiffstats
path: root/compat/zlib
diff options
context:
space:
mode:
authorpooryorick <com.digitalsmarties@pooryorick.com>2023-04-12 13:36:17 (GMT)
committerpooryorick <com.digitalsmarties@pooryorick.com>2023-04-12 13:36:17 (GMT)
commit24560200447c62cad046f3299f153715c686cc86 (patch)
treeacbd568ac9e20c8f983ced5a1b330658024a610e /compat/zlib
parentcf6c56c88d5339f1a4106b80aa7209ee5f061e50 (diff)
downloadtcl-24560200447c62cad046f3299f153715c686cc86.zip
tcl-24560200447c62cad046f3299f153715c686cc86.tar.gz
tcl-24560200447c62cad046f3299f153715c686cc86.tar.bz2
Undo spelling corrections in compat/zlib.
Diffstat (limited to 'compat/zlib')
-rw-r--r--compat/zlib/ChangeLog2
-rw-r--r--compat/zlib/contrib/iostream3/zfstream.cc2
2 files changed, 2 insertions, 2 deletions
diff --git a/compat/zlib/ChangeLog b/compat/zlib/ChangeLog
index bd4540d..457526b 100644
--- a/compat/zlib/ChangeLog
+++ b/compat/zlib/ChangeLog
@@ -847,7 +847,7 @@ Changes in 1.2.1.2 (9 September 2004)
- Add comment to DYNAMIC_CRC_TABLE to use get_crc_table() to initialize
- Update contrib/ada [Anisimkov]
- Update contrib/minizip [Vollant]
-- Fix configure to not hard-code directories for Darwin [Peterson]
+- Fix configure to not hardcode directories for Darwin [Peterson]
- Fix gzio.c to not return error on empty files [Brown]
- Fix indentation; update version in contrib/delphi/ZLib.pas and
contrib/pascal/zlibpas.pas [Truta]
diff --git a/compat/zlib/contrib/iostream3/zfstream.cc b/compat/zlib/contrib/iostream3/zfstream.cc
index 5779874..94eb933 100644
--- a/compat/zlib/contrib/iostream3/zfstream.cc
+++ b/compat/zlib/contrib/iostream3/zfstream.cc
@@ -138,7 +138,7 @@ gzfilebuf::open_mode(std::ios_base::openmode mode,
bool testa = mode & std::ios_base::app;
// Check for valid flag combinations - see [27.8.1.3.2] (Table 92)
- // Original zfstream hard-coded the compression level to maximum here...
+ // Original zfstream hardcoded the compression level to maximum here...
// Double the time for less than 1% size improvement seems
// excessive though - keeping it at the default level
// To change back, just append "9" to the next three mode strings