]> granicus.if.org Git - python/commitdiff
type
authorSkip Montanaro <skip@pobox.com>
Sun, 6 Apr 2008 17:05:57 +0000 (17:05 +0000)
committerSkip Montanaro <skip@pobox.com>
Sun, 6 Apr 2008 17:05:57 +0000 (17:05 +0000)
Modules/timemodule.c

index 1adef6db6cacb4e398962d27047169481abc4b34..c6f68f8e234e15f7425be20a426461ea1a36ad66 100644 (file)
@@ -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,