diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-09-04 13:21:51 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-09-04 13:21:51 (GMT) |
commit | 66f89aa35f529eeddaa54088e12452699348a5dd (patch) | |
tree | 56f9e8abc182b4e03ba06f3143a550b54173a536 /generic/tclEncoding.c | |
parent | 750b6be2ef53c7e44c682bdeccd64a10e04e0598 (diff) | |
parent | 00deed9129815de66856273e30bc92649e6c111b (diff) | |
download | tcl-zipfs.zip tcl-zipfs.tar.gz tcl-zipfs.tar.bz2 |
Merge core-8-6-branch, fallback for MAP_FILEzipfs
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 8450128..2548b73 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. */ @@ -3374,7 +3374,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. */ |