]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo in comment.
authorNadeem Vawda <nadeem.vawda@gmail.com>
Sat, 28 Jan 2012 15:32:47 +0000 (17:32 +0200)
committerNadeem Vawda <nadeem.vawda@gmail.com>
Sat, 28 Jan 2012 15:32:47 +0000 (17:32 +0200)
Lib/test/test_zlib.py

index 851fbf7cf71ff08c126b55f882f8a1d7c57d1858..c361eac2117b91268f5dfbe30c6a4cb06ac4a11a 100644 (file)
@@ -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])