summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/_pytest/timing.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/_pytest/timing.py b/src/_pytest/timing.py
index 62442de75..925163a58 100644
--- a/src/_pytest/timing.py
+++ b/src/_pytest/timing.py
@@ -3,7 +3,7 @@
We intentionally grab some "time" functions internally to avoid tests mocking "time" to affect
pytest runtime information (issue #185).
-Fixture "mock_timinig" also interacts with this module for pytest's own tests.
+Fixture "mock_timing" also interacts with this module for pytest's own tests.
"""
from time import perf_counter
from time import sleep