Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesgeorge007 committed Feb 19, 2020
1 parent ea6390f commit 5c93636
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 5c93636

Please sign in to comment.