We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d56d076 commit ff2f6dbCopy full SHA for ff2f6db
tests/test_path_chmod.py
@@ -84,7 +84,7 @@ def test_ignored(fact, test_file, ignored_dir, server):
84
85
e = Event(process=process, event_type=EventType.PERMISSION,
86
file=test_file, host_path=test_file, mode=mode)
87
- print(f'Waiting foor event: {e}')
+ print(f'Waiting for event: {e}')
88
89
server.wait_events([e], ignored=[ignored_event])
90
0 commit comments