This commit is contained in:
jan.nijtmans
2022-06-02 12:10:50 +00:00
parent ae851f4fe0
commit d4181179bc
3 changed files with 3 additions and 3 deletions

View File

@@ -4169,7 +4169,7 @@ TestsetplatformCmd(
* A standard Tcl result.
*
* Side effects:
* When the packge given by argv[1] is loaded into an interpeter,
* When the packge given by argv[1] is loaded into an interpreter,
* variable "x" in that interpreter is set to "loaded".
*
*----------------------------------------------------------------------

View File

@@ -32,7 +32,7 @@ namespace path {::tclTestPerf}
## set testing defaults:
set ::env(TCL_TZ) :CET
# warm-up interpeter compiler env, clock platform-related features:
# warm-up interpreter compiler env, clock platform-related features:
## warm-up test-related features (load clock.tcl, system zones, locales, etc.):
clock scan "" -gmt 1

View File

@@ -16,7 +16,7 @@
#
namespace eval ::tclTestPerf {
# warm-up interpeter compiler env, calibrate timerate measurement functionality:
# warm-up interpreter compiler env, calibrate timerate measurement functionality:
# if no timerate here - import from unsupported:
if {[namespace which -command timerate] eq {}} {