mirror of
https://github.com/koel/koel
synced 2024-11-10 22:54:16 +00:00
Spelling fix
This commit is contained in:
parent
9361b052ff
commit
fe40980f89
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ class InotifyWatchRecord extends WatchRecord implements WatchRecordInterface
|
|||
|
||||
/**
|
||||
* Determine if the object has just been created or modified.
|
||||
* For our purpose, we watch both the CREATE abd the CLOSE_WRITE event, because some operating
|
||||
* For our purpose, we watch both the CREATE and the CLOSE_WRITE event, because some operating
|
||||
* systems only support CREATE, but not CLOSE_WRITE and MOVED_TO.
|
||||
* Additionally, a MOVED_TO (occurred after the object has been moved/renamed to another location
|
||||
* **under our watched directory**) should be considered as "modified" also.
|
||||
|
|
Loading…
Reference in a new issue