]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo.
authorWalter Dörwald <walter@livinglogic.de>
Thu, 21 Dec 2006 18:06:30 +0000 (18:06 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Thu, 21 Dec 2006 18:06:30 +0000 (18:06 +0000)
Modules/timemodule.c

index 444b739fe72355168acaeb0657fa9ce010042695..9ab27247389085806dfd528a09fc11cbfa2cb964 100644 (file)
@@ -659,7 +659,7 @@ void inittimezone(PyObject *m) {
        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.
-       I havn't done this yet, as I don't want to change this code as
+       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,
        at the top of this function and removing the call to tzset() from