diff --git a/src/native-watcher-registry.js b/src/native-watcher-registry.js index 798ff0619..a049d06ac 100644 --- a/src/native-watcher-registry.js +++ b/src/native-watcher-registry.js @@ -323,7 +323,7 @@ class RegistryWatcherNode { } } -// Private: A {RegisteryNode} traversal result that's returned when neither a directory, its children, nor its parents +// Private: A {RegistryNode} traversal result that's returned when neither a directory, its children, nor its parents // are present in the tree. class MissingResult {