diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-04-12 12:48:12 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-04-12 12:48:12 (GMT) |
commit | 55375d0dfe6e47bdd9c469574414eb7153d66aef (patch) | |
tree | cfa481bd31af730d6509a643bdbd4016e83b1579 /generic/tclCompExpr.c | |
parent | 3b742b785e159e8a3b9e25c985fd67ab028a19d2 (diff) | |
download | tcl-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 'generic/tclCompExpr.c')
-rw-r--r-- | generic/tclCompExpr.c | 2 |
1 files changed, 1 insertions, 1 deletions
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. */ |