From 55375d0dfe6e47bdd9c469574414eb7153d66aef Mon Sep 17 00:00:00 2001 From: "jan.nijtmans" Date: Wed, 12 Apr 2023 12:48:12 +0000 Subject: 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. --- ChangeLog.2007 | 2 +- compat/zlib/ChangeLog | 2 +- compat/zlib/contrib/iostream3/zfstream.cc | 2 +- generic/tclCompExpr.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ChangeLog.2007 b/ChangeLog.2007 index a28a5cb..404bc4d 100644 --- a/ChangeLog.2007 +++ b/ChangeLog.2007 @@ -1426,7 +1426,7 @@ initialization assumptions of the TIP 280 code in CompileWord(). * generic/tclCompExpr.c: Suppress the attempt to convert to - numeric when precompiling a constant expresion indicates an error. + numeric when precompiling a constant expression indicates an error. 2007-08-22 Miguel Sofer 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 diff --git a/generic/tclCompExpr.c b/generic/tclCompExpr.c index 44baf0e..4e145b8 100644 --- a/generic/tclCompExpr.c +++ b/generic/tclCompExpr.c @@ -1759,7 +1759,7 @@ ConvertTreeToTokens( /* * All the Tcl_Tokens allocated and filled belong to - * this subexpresion. The first token is the leading + * this subexpression. The first token is the leading * TCL_TOKEN_SUB_EXPR token, and all the rest (one fewer) * are its components. */ -- cgit v0.12