summaryrefslogtreecommitdiffstats
path: root/tests/ioCmd.test
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2015-09-02 13:19:47 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2015-09-02 13:19:47 (GMT)
commit33243cc1f9d89ae5e3ab90854bd7e3dfbe76773a (patch)
tree2ed20cb0bcf2ab2b0d98752c1b43ef519d9ea0a6 /tests/ioCmd.test
parenta18e29f96b7b7a0699ed4d5df433b0b0660341e3 (diff)
downloadtcl-33243cc1f9d89ae5e3ab90854bd7e3dfbe76773a.zip
tcl-33243cc1f9d89ae5e3ab90854bd7e3dfbe76773a.tar.gz
tcl-33243cc1f9d89ae5e3ab90854bd7e3dfbe76773a.tar.bz2
nonportable -> nonPortable
Diffstat (limited to 'tests/ioCmd.test')
-rw-r--r--tests/ioCmd.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ioCmd.test b/tests/ioCmd.test
index 4fbc380..cd89a02 100644
--- a/tests/ioCmd.test
+++ b/tests/ioCmd.test
@@ -349,7 +349,7 @@ test iocmd-8.19 {fconfigure command / win tty channel} -constraints {nonPortable
close $tty
}
} -returnCodes error -result {bad option "-blah": should be one of -blocking, -buffering, -buffersize, -encoding, -eofchar, -translation, -mode, -handshake, -pollinterval, -sysbuffer, -timeout, -ttycontrol, or -xchar}
-# TODO: Test parsing of serial channel options (nonportable, since requires an
+# TODO: Test parsing of serial channel options (nonPortable, since requires an
# open channel to work with).
test iocmd-9.1 {eof command} {
@@ -3770,7 +3770,7 @@ test iocmd.tf-32.0 {origin thread of moved channel gone} -match glob -body {
# The test iocmd.tf-32.1 unavoidably exhibits a memory leak. We are testing
# the ability of the reflected channel system to react to the situation where
# the thread in which the driver routines runs exits during driver operations.
-# In this case, thread exit handlers signal back to the owner thread so that the
+# In this case, thread exit handlers signal back to the owner thread so that the
# channel operation does not hang. There's no way to test this without actually
# exiting a thread in mid-operation, and that action is unavoidably leaky (which
# is why [thread::exit] is advised against).