Skip to content

Commit ff2f6db

Browse files
committed
Fix small typo
1 parent d56d076 commit ff2f6db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_path_chmod.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def test_ignored(fact, test_file, ignored_dir, server):
8484

8585
e = Event(process=process, event_type=EventType.PERMISSION,
8686
file=test_file, host_path=test_file, mode=mode)
87-
print(f'Waiting foor event: {e}')
87+
print(f'Waiting for event: {e}')
8888

8989
server.wait_events([e], ignored=[ignored_event])
9090

0 commit comments

Comments
 (0)