summaryrefslogtreecommitdiffstats
path: root/generic
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2017-09-04 12:37:04 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2017-09-04 12:37:04 (GMT)
commit00deed9129815de66856273e30bc92649e6c111b (patch)
treed893ceacd2185289d9cea7c1723e2714982f18c0 /generic
parent4509f2480dfebe7e3e5e5f3f14833826120370fc (diff)
downloadtcl-00deed9129815de66856273e30bc92649e6c111b.zip
tcl-00deed9129815de66856273e30bc92649e6c111b.tar.gz
tcl-00deed9129815de66856273e30bc92649e6c111b.tar.bz2
Typo's (Thanks to Gustaf Neumann), nothing functional.
Diffstat (limited to 'generic')
-rw-r--r--generic/tclBasic.c2
-rw-r--r--generic/tclEncoding.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/generic/tclBasic.c b/generic/tclBasic.c
index 36d2301..acdcf41 100644
--- a/generic/tclBasic.c
+++ b/generic/tclBasic.c
@@ -2097,7 +2097,7 @@ Tcl_CreateCommand(
/* An existing command conflicts. Try to delete it.. */
cmdPtr = Tcl_GetHashValue(hPtr);
-
+
/*
* Be careful to preserve
* any existing import links so we can restore them down below. That
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.
*/