diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-10-06 14:08:22 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-10-06 14:08:22 (GMT) |
| commit | a98efaafa6b86209e60980fa6da27a6679d2ec6b (patch) | |
| tree | 2b38e135d6f4681cc97d3fae55f7eaa211f9e526 /generic/tclEnsemble.c | |
| parent | 84db965188b243220d7b0bb5c1cb6fd8f1973c06 (diff) | |
| parent | fa2cb7883beede585b4082ff56dc6cb16872553b (diff) | |
| download | tcl-a98efaafa6b86209e60980fa6da27a6679d2ec6b.zip tcl-a98efaafa6b86209e60980fa6da27a6679d2ec6b.tar.gz tcl-a98efaafa6b86209e60980fa6da27a6679d2ec6b.tar.bz2 | |
Merge 8.7
Diffstat (limited to 'generic/tclEnsemble.c')
| -rw-r--r-- | generic/tclEnsemble.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclEnsemble.c b/generic/tclEnsemble.c index bf3196d..1137cfc 100644 --- a/generic/tclEnsemble.c +++ b/generic/tclEnsemble.c @@ -2390,7 +2390,7 @@ EnsembleUnknownCallback( * * Caches what has been computed so far to minimize string copying. * Starts by deleting any existing representation but reusing the existing - * structure if it is an ensembleCmd. + * structure if it is an ensembleCmd. * * Results: * None. @@ -2652,7 +2652,7 @@ BuildEnsembleConfig( } } else if (mapDict) { /* - * No subcmd list, but there is a mapping dictionary, so + * No subcmd list, but there is a mapping dictionary, so * use the keys of that. Convert the contents of the dictionary into the * form required for the internal hashtable of the ensemble. */ |
