summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordas <das>2008-11-01 15:03:28 (GMT)
committerdas <das>2008-11-01 15:03:28 (GMT)
commit5f1da59e1ccac3b890ca539bc9780d97a2bdbff8 (patch)
treee50383855549a3b91ed761230d1a8ba2095dac32
parentfee39e2a56df0c5d1f3bc91f5189f6d1e3b6e573 (diff)
downloadtcl-5f1da59e1ccac3b890ca539bc9780d97a2bdbff8.zip
tcl-5f1da59e1ccac3b890ca539bc9780d97a2bdbff8.tar.gz
tcl-5f1da59e1ccac3b890ca539bc9780d97a2bdbff8.tar.bz2
fix typo: s/ZoneinfoFile/LoadZoneinfoFile/
-rw-r--r--library/clock.tcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/library/clock.tcl b/library/clock.tcl
index c657234..75edb1c 100644
--- a/library/clock.tcl
+++ b/library/clock.tcl
@@ -13,7 +13,7 @@
# See the file "license.terms" for information on usage and redistribution
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#
-# RCS: @(#) $Id: clock.tcl,v 1.47 2008/02/27 02:08:27 kennykb Exp $
+# RCS: @(#) $Id: clock.tcl,v 1.48 2008/11/01 15:03:28 das Exp $
#
#----------------------------------------------------------------------
@@ -3214,7 +3214,7 @@ proc ::tcl::clock::SetupTimeZone { timezone } {
# again with a time zone file - this time without a colon
if { [catch { LoadTimeZoneFile $timezone }]
- && [catch { ZoneinfoFile $timezone } - opts] } {
+ && [catch { LoadZoneinfoFile $timezone } - opts] } {
dict unset opts -errorinfo
return -options $opts "time zone $timezone not found"
}