summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSkip Montanaro <skip@pobox.com>2008-04-06 17:05:57 (GMT)
committerSkip Montanaro <skip@pobox.com>2008-04-06 17:05:57 (GMT)
commit28112d0cb608e5d2ef8820dce8100ee3c9bb1692 (patch)
treedef1ddf821dd26c48f9b55d0579ac00ca97cb947
parent8a3c8716e87c1199670889266920197b3e6a6754 (diff)
downloadcpython-28112d0cb608e5d2ef8820dce8100ee3c9bb1692.zip
cpython-28112d0cb608e5d2ef8820dce8100ee3c9bb1692.tar.gz
cpython-28112d0cb608e5d2ef8820dce8100ee3c9bb1692.tar.bz2
type
-rw-r--r--Modules/timemodule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/timemodule.c b/Modules/timemodule.c
index 1adef6d..c6f68f8 100644
--- a/Modules/timemodule.c
+++ b/Modules/timemodule.c
@@ -661,7 +661,7 @@ inittimezone(PyObject *m) {
/* This code moved from inittime wholesale to allow calling it from
time_tzset. In the future, some parts of it can be moved back
(for platforms that don't HAVE_WORKING_TZSET, when we know what they
- are), and the extranious calls to tzset(3) should be removed.
+ are), and the extraneous calls to tzset(3) should be removed.
I haven't done this yet, as I don't want to change this code as
little as possible when introducing the time.tzset and time.tzsetwall
methods. This should simply be a method of doing the following once,