diff options
author | fvogel <fvogelnew1@free.fr> | 2022-02-28 20:49:35 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2022-02-28 20:49:35 (GMT) |
commit | 15fe190c755cab700c23b1bdc1940b41e33f122d (patch) | |
tree | c9e8a535647ece3f4b3699ce85e9d934e741af2b /library/scale.tcl | |
parent | 02b366958959bb15d580560b7360297c330b26f7 (diff) | |
download | tk-15fe190c755cab700c23b1bdc1940b41e33f122d.zip tk-15fe190c755cab700c23b1bdc1940b41e33f122d.tar.gz tk-15fe190c755cab700c23b1bdc1940b41e33f122d.tar.bz2 |
More accurate comment.
Diffstat (limited to 'library/scale.tcl')
-rw-r--r-- | library/scale.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/scale.tcl b/library/scale.tcl index acd6d75..466a3ce 100644 --- a/library/scale.tcl +++ b/library/scale.tcl @@ -213,7 +213,7 @@ proc ::tk::ScaleIncrement {w dir big repeat} { if {![winfo exists $w]} return - # give the cancel callback a chance to fire if the execution time of + # give the cancel callback a chance to be serviced if the execution time of # the -command script lasts longer than -repeatdelay set clockms [clock milliseconds] if {$repeat eq "again" && |