spelling: successfully

This commit is contained in:
Josh Soref
2017-09-10 15:43:07 +00:00
parent 4fbae9f458
commit 2ae8ec19d5

View File

@@ -329,7 +329,7 @@ class MissingResult {
// Private: Instantiate a new {MissingResult}.
//
// * `lastParent` the final succesfully traversed {RegistryNode}.
// * `lastParent` the final successfully traversed {RegistryNode}.
constructor (lastParent) {
this.lastParent = lastParent
}