[Python-checkins] r53129 - python/trunk/Modules/timemodule.c

walter.doerwald python-checkins at python.org
Thu Dec 21 19:06:31 CET 2006


Author: walter.doerwald
Date: Thu Dec 21 19:06:30 2006
New Revision: 53129

Modified:
   python/trunk/Modules/timemodule.c
Log:
Fix typo.


Modified: python/trunk/Modules/timemodule.c
==============================================================================
--- python/trunk/Modules/timemodule.c	(original)
+++ python/trunk/Modules/timemodule.c	Thu Dec 21 19:06:30 2006
@@ -659,7 +659,7 @@
 	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


More information about the Python-checkins mailing list