From 3fb975f30d7177b4fc0dc5ca5a8273b295cae043 Mon Sep 17 00:00:00 2001 From: oehhar Date: Thu, 13 Jul 2023 17:19:06 +0000 Subject: [PATCH] Correct wording in Comment --- generic/tclListObj.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generic/tclListObj.c b/generic/tclListObj.c index eab31f1840c..7a8f9ab3156 100644 --- a/generic/tclListObj.c +++ b/generic/tclListObj.c @@ -2532,7 +2532,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