]> granicus.if.org Git - python/commitdiff
Fix typo.
authorThomas Heller <theller@ctypes.org>
Mon, 21 Apr 2008 13:46:55 +0000 (13:46 +0000)
committerThomas Heller <theller@ctypes.org>
Mon, 21 Apr 2008 13:46:55 +0000 (13:46 +0000)
Tools/pybench/systimes.py

index c4b952edf091d6ab11a2282f426de6b4dde027c2..013add278e9acaeef1d42878c21d8eba1fa490cf 100644 (file)
@@ -48,7 +48,7 @@ import time, sys
 ### Choose an implementation
 
 SYSTIMES_IMPLEMENTATION = None
-USE_CTYPES_GETPROCESSTIMES = 'cytpes GetProcessTimes() wrapper'
+USE_CTYPES_GETPROCESSTIMES = 'ctypes GetProcessTimes() wrapper'
 USE_WIN32PROCESS_GETPROCESSTIMES = 'win32process.GetProcessTimes()'
 USE_RESOURCE_GETRUSAGE = 'resource.getrusage()'
 USE_PROCESS_TIME_CLOCK = 'time.clock() (process time)'