diff options
| -rw-r--r-- | generic/tclListObj.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclListObj.c b/generic/tclListObj.c index d6ddc5d..143c476 100644 --- a/generic/tclListObj.c +++ b/generic/tclListObj.c @@ -2547,7 +2547,7 @@ TclLindexList( /* * Make a private copy of the index list argument to keep the internal - * representation of th indices array unchanged while it is in use. This + * representation of the indices array unchanged while it is in use. This * is probably unnecessary. It does not appear that any damaging change to * the internal representation is possible, and no test has been devised to * show any error when this private copy is not made, But it's cheap, and |
