From: Antoine Pitrou Date: Fri, 29 Oct 2010 19:36:37 +0000 (+0000) Subject: Fix typo X-Git-Tag: v3.2a4~290 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2b40efdfe8413b0fc6c82b90c94385e9f30352d1;p=thirdparty%2FPython%2Fcpython.git Fix typo --- diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py index c4f1c8a8f5f0..300cf3932e64 100755 --- a/Lib/test/regrtest.py +++ b/Lib/test/regrtest.py @@ -982,7 +982,7 @@ def cleanup_test_droppings(testname, verbose): # First kill any dangling references to open files etc. # This can also issue some ResourceWarnings which would otherwise get - # triggered during the following test run, and possible produce failures. + # triggered during the following test run, and possibly produce failures. gc.collect() # Try to clean up junk commonly left behind. While tests shouldn't leave