summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_zlib.py
diff options
context:
space:
mode:
authorNadeem Vawda <nadeem.vawda@gmail.com>2012-01-28 15:32:47 (GMT)
committerNadeem Vawda <nadeem.vawda@gmail.com>2012-01-28 15:32:47 (GMT)
commitd770fe45a08a02f4364748ca0582b2c11a3bb4a5 (patch)
tree94170716b4a233037b0e6e367467d3e1aafc2752 /Lib/test/test_zlib.py
parent9ab91c60b26015398b47d2d573c39bac881f17e9 (diff)
downloadcpython-d770fe45a08a02f4364748ca0582b2c11a3bb4a5.zip
cpython-d770fe45a08a02f4364748ca0582b2c11a3bb4a5.tar.gz
cpython-d770fe45a08a02f4364748ca0582b2c11a3bb4a5.tar.bz2
Fix typo in comment.
Diffstat (limited to 'Lib/test/test_zlib.py')
-rw-r--r--Lib/test/test_zlib.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_zlib.py b/Lib/test/test_zlib.py
index 851fbf7..c361eac 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])