From: Thomas Heller Date: Mon, 21 Apr 2008 13:46:55 +0000 (+0000) Subject: Fix typo. X-Git-Tag: v2.6a3~132 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b9dd8db8bff19c921566f591f884e6d5fd639298;p=thirdparty%2FPython%2Fcpython.git Fix typo. --- diff --git a/Tools/pybench/systimes.py b/Tools/pybench/systimes.py index c4b952edf091..013add278e9a 100644 --- a/Tools/pybench/systimes.py +++ b/Tools/pybench/systimes.py @@ -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)'