summaryrefslogtreecommitdiffstats
path: root/generic/tclEncoding.c
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2017-09-05 12:41:10 (GMT)
committerdgp <dgp@users.sourceforge.net>2017-09-05 12:41:10 (GMT)
commit83dd517c610e9f1a5e21aa75d6ab5289ea70befa (patch)
tree48d6a963b440e3484648cbdc5127de612c037894 /generic/tclEncoding.c
parent25bef43b39f0af4f1729dd82573fc4bd9b44fd7f (diff)
parentedb7af10d93df44cc25e9dce384c61669ce73dc8 (diff)
downloadtcl-83dd517c610e9f1a5e21aa75d6ab5289ea70befa.zip
tcl-83dd517c610e9f1a5e21aa75d6ab5289ea70befa.tar.gz
tcl-83dd517c610e9f1a5e21aa75d6ab5289ea70befa.tar.bz2
merge trunk
Diffstat (limited to 'generic/tclEncoding.c')
-rw-r--r--generic/tclEncoding.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclEncoding.c b/generic/tclEncoding.c
index d430b32..e328340 100644
--- a/generic/tclEncoding.c
+++ b/generic/tclEncoding.c
@@ -2329,7 +2329,7 @@ UtfToUtfProc(
}
if (UCHAR(*src) < 0x80 && !(UCHAR(*src) == 0 && pureNullMode == 0)) {
/*
- * Copy 7bit chatacters, but skip null-bytes when we are in input
+ * Copy 7bit characters, but skip null-bytes when we are in input
* mode, so that they get converted to 0xc080.
*/
@@ -3380,7 +3380,7 @@ EscapeFromUtfProc(
/*
* The state variable has the value of oldState when word is 0.
- * In this case, the escape sequense should not be copied to dst
+ * In this case, the escape sequence should not be copied to dst
* because the current character set is not changed.
*/