From 6f9b010242d4d689ae216385cd43dd8f99e3eedc Mon Sep 17 00:00:00 2001 From: Martin Panter Date: Thu, 17 Dec 2015 10:18:28 +0000 Subject: Fix a couple of typos in code comments --- Lib/test/test_zipfile64.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/test/test_zipfile64.py') diff --git a/Lib/test/test_zipfile64.py b/Lib/test/test_zipfile64.py index 7dea8a3212..b9e8e28667 100644 --- a/Lib/test/test_zipfile64.py +++ b/Lib/test/test_zipfile64.py @@ -3,7 +3,7 @@ # from test_zipfile from test import support -# XXX(nnorwitz): disable this test by looking for extra largfile resource +# XXX(nnorwitz): disable this test by looking for extralargefile resource, # which doesn't exist. This test takes over 30 minutes to run in general # and requires more disk space than most of the buildbots. support.requires( -- cgit v1.2.1