summaryrefslogtreecommitdiffstats
path: root/generic/tclStringObj.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2023-03-24 20:47:40 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2023-03-24 20:47:40 (GMT)
commit220282500becbcb9dc9124b8cca053fb6ed1a4b8 (patch)
treee1aef50a305c32bf06bd3b7b0e6f2175c7838da9 /generic/tclStringObj.c
parentb726273bbea296990f6c4c7e98a213f56ce07bc5 (diff)
parente27c66d81aa3904b675aa2851d14444b44c9555e (diff)
downloadtcl-220282500becbcb9dc9124b8cca053fb6ed1a4b8.zip
tcl-220282500becbcb9dc9124b8cca053fb6ed1a4b8.tar.gz
tcl-220282500becbcb9dc9124b8cca053fb6ed1a4b8.tar.bz2
Merge 8.6
Diffstat (limited to 'generic/tclStringObj.c')
-rw-r--r--generic/tclStringObj.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclStringObj.c b/generic/tclStringObj.c
index 322aed5..708c157 100644
--- a/generic/tclStringObj.c
+++ b/generic/tclStringObj.c
@@ -4560,7 +4560,7 @@ TclStringReplace(
* FillUnicodeRep --
*
* Populate the Unicode internal rep with the Unicode form of its string
- * rep. The object must alread have a "String" internal rep.
+ * rep. The object must already have a "String" internal rep.
*
* Results:
* None.
@@ -4719,7 +4719,7 @@ DupStringInternalRep(
* This operation always succeeds and returns TCL_OK.
*
* Side effects:
- * Any old internal reputation for objPtr is freed and the internal
+ * Any old internal representation for objPtr is freed and the internal
* representation is set to "String".
*
*----------------------------------------------------------------------