summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2023-04-16 17:58:44 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2023-04-16 17:58:44 (GMT)
commit249b57ef37ebce777fcd204a11d93b0e612689ce (patch)
tree294f2610eb8274b1f544fa30e33657898a483f7c
parentf64db5dae2e12baca81dd2c44fa12194214a8bb5 (diff)
downloadtcl-249b57ef37ebce777fcd204a11d93b0e612689ce.zip
tcl-249b57ef37ebce777fcd204a11d93b0e612689ce.tar.gz
tcl-249b57ef37ebce777fcd204a11d93b0e612689ce.tar.bz2
some spelling corrections
-rw-r--r--tests/ioCmd.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ioCmd.test b/tests/ioCmd.test
index 2a1f616..e132b9a 100644
--- a/tests/ioCmd.test
+++ b/tests/ioCmd.test
@@ -1072,7 +1072,7 @@ test iocmd-23.1 {chan read, regular data return} -match glob -body {
rename foo {}
set res
} -result {{read rc* 4096} {read rc* 4096} snarfsnarf}
-test iocmd-23.2 {chan read, bad data return, to much} -match glob -body {
+test iocmd-23.2 {chan read, bad data return, too much} -match glob -body {
set res {}
proc foo {args} {
oninit; onfinal; track
@@ -2383,7 +2383,7 @@ test iocmd.tf-23.1 {chan read, regular data return} -match glob -body {
rename foo {}
set res
} -constraints {testchannel thread} -result {{read rc* 4096} {read rc* 4096} snarfsnarf}
-test iocmd.tf-23.2 {chan read, bad data return, to much} -match glob -body {
+test iocmd.tf-23.2 {chan read, bad data return, too much} -match glob -body {
set res {}
proc foo {args} {
oninit; onfinal; track