summaryrefslogtreecommitdiffstats
path: root/generic/tclStringObj.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2023-03-24 20:19:49 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2023-03-24 20:19:49 (GMT)
commite27c66d81aa3904b675aa2851d14444b44c9555e (patch)
treea1b9c9fb440692f02f5b3a355e69ce695216cbf3 /generic/tclStringObj.c
parent5e0c34678e24c5ffe05c8a04f4395416067cefc1 (diff)
downloadtcl-e27c66d81aa3904b675aa2851d14444b44c9555e.zip
tcl-e27c66d81aa3904b675aa2851d14444b44c9555e.tar.gz
tcl-e27c66d81aa3904b675aa2851d14444b44c9555e.tar.bz2
Fix [15e74a2fe6]: Fix various typos
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 b109808..720ed44 100644
--- a/generic/tclStringObj.c
+++ b/generic/tclStringObj.c
@@ -3046,7 +3046,7 @@ TclStringReverse(
* 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.
@@ -3228,7 +3228,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".
*
*----------------------------------------------------------------------