Skip to content

Commit 950393b

Browse files
authored
Merge pull request #498 from gsmethells/gsmethells-patch-1
Fix spelling error
2 parents 560b955 + 37fbe31 commit 950393b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pytest_cov/embed.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,9 @@ def cleanup():
100100
_active_cov = None
101101
_cleanup_in_progress = False
102102
if _pending_signal:
103-
pending_singal = _pending_signal
103+
pending_signal = _pending_signal
104104
_pending_signal = None
105-
_signal_cleanup_handler(*pending_singal)
105+
_signal_cleanup_handler(*pending_signal)
106106

107107

108108
multiprocessing_finish = cleanup # in case someone dared to use this internal

0 commit comments

Comments
 (0)