From 26d44a2ffd0265937ce292331b2b893d2026403e Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Sun, 10 Sep 2017 15:41:30 +0000 Subject: [PATCH] spelling: registry --- src/native-watcher-registry.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {