diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-06-02 12:10:50 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-06-02 12:10:50 (GMT) |
commit | d4181179bc599205f6114102403ebf49656ec03f (patch) | |
tree | 2ccae57fdbe3058efaf81f513f2d29ea2446a51a /tests-perf | |
parent | ae851f4fe02fafc4950f954c24cd8cba649eeebe (diff) | |
download | tcl-d4181179bc599205f6114102403ebf49656ec03f.zip tcl-d4181179bc599205f6114102403ebf49656ec03f.tar.gz tcl-d4181179bc599205f6114102403ebf49656ec03f.tar.bz2 |
typo
Diffstat (limited to 'tests-perf')
-rw-r--r-- | tests-perf/clock.perf.tcl | 2 | ||||
-rw-r--r-- | tests-perf/test-performance.tcl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests-perf/clock.perf.tcl b/tests-perf/clock.perf.tcl index c0da0ab..35fe219 100644 --- a/tests-perf/clock.perf.tcl +++ b/tests-perf/clock.perf.tcl @@ -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 diff --git a/tests-perf/test-performance.tcl b/tests-perf/test-performance.tcl index a715c8a..749e85e 100644 --- a/tests-perf/test-performance.tcl +++ b/tests-perf/test-performance.tcl @@ -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 {}} { |