From: Nadeem Vawda Date: Sat, 28 Jan 2012 15:32:47 +0000 (+0200) Subject: Fix typo in comment. X-Git-Tag: v3.3.0a1~288 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d770fe45a08a02f4364748ca0582b2c11a3bb4a5;p=thirdparty%2FPython%2Fcpython.git Fix typo in comment. --- diff --git a/Lib/test/test_zlib.py b/Lib/test/test_zlib.py index 851fbf7cf71f..c361eac2117b 100644 --- a/Lib/test/test_zlib.py +++ b/Lib/test/test_zlib.py @@ -20,7 +20,7 @@ class VersionTestCase(unittest.TestCase): # major version that we were compiled against. We can't guarantee that # the minor versions will match (even on the machine on which the module # was compiled), and the API is stable between minor versions, so - # testing only the major verions avoids spurious failures. + # testing only the major versions avoids spurious failures. self.assertEqual(zlib.ZLIB_RUNTIME_VERSION[0], zlib.ZLIB_VERSION[0])