summaryrefslogtreecommitdiffstats
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
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.
-rw-r--r--ChangeLog.20072
-rw-r--r--compat/zlib/ChangeLog2
-rw-r--r--compat/zlib/contrib/iostream3/zfstream.cc2
-rw-r--r--generic/tclCompExpr.c2
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 <msofer@users.sf.net>
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.
*/