summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2018-06-25 07:22:19 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2018-06-25 07:22:19 (GMT)
commit0839047d8bed631eeb82c7c3e26b0f13461717e6 (patch)
tree19316d62ae770b7d56b6bea97f134e33322c4691 /tests
parente2a79c2604e79b36ec065a7bb44ec57eaca5ed8a (diff)
downloadtcl-0839047d8bed631eeb82c7c3e26b0f13461717e6.zip
tcl-0839047d8bed631eeb82c7c3e26b0f13461717e6.tar.gz
tcl-0839047d8bed631eeb82c7c3e26b0f13461717e6.tar.bz2
Simplify ToUtf(), expecially for TCL_UTF_MAX>3 (with correct surrogate handling).
Fix various typo's
Diffstat (limited to 'tests')
-rw-r--r--tests/iogt.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/iogt.test b/tests/iogt.test
index 1ed89f7..269a0ba 100644
--- a/tests/iogt.test
+++ b/tests/iogt.test
@@ -608,7 +608,7 @@ test iogt-3.0 {Tcl_Channel valid after stack/unstack, fevent handling} -setup {
variable copy 1
}
} -constraints {testchannel knownBug} -body {
- # This test to check the validity of aquired Tcl_Channel references is not
+ # This test to check the validity of acquired Tcl_Channel references is not
# possible because even a backgrounded fcopy will immediately start to
# copy data, without waiting for the event loop. This is done only in case
# of an underflow on the read size!. So stacking transforms after the