Commit 003c7a3f authored by Ross Lagerwall's avatar Ross Lagerwall

Fix a typo.

parent ab66d2a6
......@@ -471,7 +471,7 @@ class ProcessTestCase(BaseTestCase):
self.assertStderrEqual(stderr.encode(), b"pineapple\npear\n")
def test_communicate_timeout_large_ouput(self):
# Test a expring timeout while the child is outputting lots of data.
# Test an expiring timeout while the child is outputting lots of data.
p = subprocess.Popen([sys.executable, "-c",
'import sys,os,time;'
'sys.stdout.write("a" * (64 * 1024));'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment