diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-09-04 13:32:42 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-09-04 13:32:42 (GMT) |
commit | e0bd8979947597d355b5d8dc752408a2473a8aab (patch) | |
tree | 7801dcb2bce78ae8ace88c8cb10670c8eed5e50d /generic/tclEncoding.c | |
parent | fb4d10176fd27700f2c63a129f91b956ccec707f (diff) | |
parent | 66f89aa35f529eeddaa54088e12452699348a5dd (diff) | |
download | tcl-androwish.zip tcl-androwish.tar.gz tcl-androwish.tar.bz2 |
merge zipfsandrowish
Diffstat (limited to 'generic/tclEncoding.c')
-rw-r--r-- | generic/tclEncoding.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tclEncoding.c b/generic/tclEncoding.c index 9c952e6..b6dcb8f 100644 --- a/generic/tclEncoding.c +++ b/generic/tclEncoding.c @@ -2383,7 +2383,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. */ @@ -3634,7 +3634,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. */ |