summaryrefslogtreecommitdiffstats
path: root/compat
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2023-04-12 12:48:12 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2023-04-12 12:48:12 (GMT)
commit55375d0dfe6e47bdd9c469574414eb7153d66aef (patch)
treecfa481bd31af730d6509a643bdbd4016e83b1579 /compat
parent3b742b785e159e8a3b9e25c985fd67ab028a19d2 (diff)
downloadtcl-55375d0dfe6e47bdd9c469574414eb7153d66aef.zip
tcl-55375d0dfe6e47bdd9c469574414eb7153d66aef.tar.gz
tcl-55375d0dfe6e47bdd9c469574414eb7153d66aef.tar.bz2
2 more spelling fixes, but undo fixes in compat/zlib: Please report them upstream, otherwise they will re-appear here every time zlib is updated to a newer version.
Diffstat (limited to 'compat')
-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