From: Skip Montanaro Date: Sun, 6 Apr 2008 17:05:57 +0000 (+0000) Subject: type X-Git-Tag: v2.6a3~260 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=28112d0cb608e5d2ef8820dce8100ee3c9bb1692;p=thirdparty%2FPython%2Fcpython.git type --- diff --git a/Modules/timemodule.c b/Modules/timemodule.c index 1adef6db6cac..c6f68f8e234e 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,