summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2024-03-22 13:42:19 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2024-03-22 13:42:19 (GMT)
commit92ea491e1df5a8c3467062724cc6e6accda787a8 (patch)
tree4887a355e1dd9e87fb9ae174eb1ae897c884101f /library
parent29080aaa9aa4b3a25eed62b35a8703324e4b652c (diff)
parent28573421f8d41f2919af73492bcf0b09ba499470 (diff)
downloadtcl-92ea491e1df5a8c3467062724cc6e6accda787a8.zip
tcl-92ea491e1df5a8c3467062724cc6e6accda787a8.tar.gz
tcl-92ea491e1df5a8c3467062724cc6e6accda787a8.tar.bz2
Merge 8.7
Diffstat (limited to 'library')
-rw-r--r--library/clock.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/clock.tcl b/library/clock.tcl
index b468fea..d80fb2f 100644
--- a/library/clock.tcl
+++ b/library/clock.tcl
@@ -2683,7 +2683,7 @@ proc ::tcl::clock::ScanWide { str } {
"\"$str\" is not an integer"
}
if { [incr result 0] != $str } {
- return -code error -errorcode [list CLOCK integervalueTooLarge] \
+ return -code error -errorcode [list CLOCK dateTooLarge] \
"integer value too large to represent"
}
return $result