Skip to content

Commit

Permalink
Fix simple typo: seperate -> separate
Browse files Browse the repository at this point in the history
Closes #604
  • Loading branch information
timgates42 authored and BoboTiG committed Dec 19, 2019
1 parent d092a69 commit 6793588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/watchdog/observers/inotify.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def on_thread_stop(self):
self._inotify.close()

def queue_events(self, timeout, full_events=False):
# If "full_events" is true, then the method will report unmatched move events as seperate events
# If "full_events" is true, then the method will report unmatched move events as separate events
# This behavior is by default only called by a InotifyFullEmitter
with self._lock:
event = self._inotify.read_event()
Expand Down

0 comments on commit 6793588

Please sign in to comment.