diff options
| author | andreask <andreask> | 2011-11-21 18:12:15 (GMT) |
|---|---|---|
| committer | andreask <andreask> | 2011-11-21 18:12:15 (GMT) |
| commit | eaff95d22a6da47b1194c93e4cfd11aa6b31d506 (patch) | |
| tree | 862ce3f6ffcc8e068ac438bdf5c92c44e45578b9 | |
| parent | f6823b08a79e6666dd0477341ba7eb1c7b31b650 (diff) | |
| download | tcl-eaff95d22a6da47b1194c93e4cfd11aa6b31d506.zip tcl-eaff95d22a6da47b1194c93e4cfd11aa6b31d506.tar.gz tcl-eaff95d22a6da47b1194c93e4cfd11aa6b31d506.tar.bz2 | |
Fixed typo in a comment.
| -rw-r--r-- | generic/tclBasic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclBasic.c b/generic/tclBasic.c index d10e8e6..0365966 100644 --- a/generic/tclBasic.c +++ b/generic/tclBasic.c @@ -5949,7 +5949,7 @@ TclNREvalObjEx( /* * This function consists of three independent blocks for: direct - * evaluation of canonical lists, compileation and bytecode execution and + * evaluation of canonical lists, compilation and bytecode execution and * finally direct evaluation. Precisely one of these blocks will be run. */ |
