Skip to content

Commit

Permalink
Merge pull request #145 from jamesgeorge007/patch-1
Browse files Browse the repository at this point in the history
Minor typographical fix
  • Loading branch information
sokra committed Mar 24, 2020
2 parents 185838a + 5c93636 commit f4f8d9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/DirectoryWatcher.js
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,8 @@ class DirectoryWatcher extends EventEmitter {
const count = this.filesWithoutCase.get(key);
this.filesWithoutCase.set(key, (count || 0) + 1);
if (count !== undefined) {
// There is already a file with case-insenstive-equal name
// On a case-insenstive filesystem we may miss the renaming
// There is already a file with case-insensitive-equal name
// On a case-insensitive filesystem we may miss the renaming
// when only casing is changed.
// To be sure that our information is correct
// we trigger a rescan here
Expand Down

0 comments on commit f4f8d9b

Please sign in to comment.