summaryrefslogtreecommitdiff
path: root/tests/test_functional.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_functional.py')
-rw-r--r--tests/test_functional.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_functional.py b/tests/test_functional.py
index 1dfd889..a64dd91 100644
--- a/tests/test_functional.py
+++ b/tests/test_functional.py
@@ -105,8 +105,8 @@ class SubprocessTests:
# The following is for the benefit of PyPy 3, for some reason it is
# holding on to some resources way longer than necessary causing tests
- # to fail with file desctriptor exceeded errors on macOS which defaults
- # to 256 file desctriptors per process. While we could use ulimit to
+ # to fail with file descriptor exceeded errors on macOS which defaults
+ # to 256 file descriptors per process. While we could use ulimit to
# increase the limits before running tests, this works as well and
# means we don't need to remember to do that.
import gc