summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2024-02-16 14:48:23 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2024-02-16 14:48:23 (GMT)
commitfdd6e10be7839ade63b17abcd43997e745c65ae6 (patch)
treec7f3ab4f546d6c4288723baf71a82078f24f260c /tests
parent4ecd9f7eaa31f72507645c0f692afce5f90cf2cd (diff)
parentfe87d877dda78ee0e19ad6860c70c0d46924dd21 (diff)
downloadtcl-fdd6e10be7839ade63b17abcd43997e745c65ae6.zip
tcl-fdd6e10be7839ade63b17abcd43997e745c65ae6.tar.gz
tcl-fdd6e10be7839ade63b17abcd43997e745c65ae6.tar.bz2
Merge 8.6
Diffstat (limited to 'tests')
-rw-r--r--tests/cmdMZ.test2
-rw-r--r--tests/nre.test2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/cmdMZ.test b/tests/cmdMZ.test
index 89947bb..da7ce5c 100644
--- a/tests/cmdMZ.test
+++ b/tests/cmdMZ.test
@@ -401,7 +401,7 @@ test cmdMZ-6.5a {Tcl_TimeRateObjCmd: result format and one iteration} {
test cmdMZ-6.5b {Tcl_TimeRateObjCmd: result format without iterations} {
regexp {^0 \ws/# 0 # 0 #/sec 0 net-ms$} [timerate {} 0 0]
} 1
-test cmdMZ-6.6 {Tcl_TimeRateObjCmd: slower commands take longer, but it remains almost the same time of measument} -body {
+test cmdMZ-6.6 {Tcl_TimeRateObjCmd: slower commands take longer, but it remains almost the same time of measurement} -body {
set m1 [timerate {_nrt_sleep 0.01} 50]
set m2 [timerate {_nrt_sleep 1.00} 50]
list [list \
diff --git a/tests/nre.test b/tests/nre.test
index 8296569..357f120 100644
--- a/tests/nre.test
+++ b/tests/nre.test
@@ -1,4 +1,4 @@
-# Commands covered: proc, apply, [interp alias], [namespce import]
+# Commands covered: proc, apply, [interp alias], [namespace import]
#
# This file contains a collection of tests for the non-recursive executor that
# avoids recursive calls to TEBC. Only the NRE behaviour is tested here, the