Adam Ierymenko 4 years ago
parent
commit
d70cfe6850
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pkg/zerotier/node.go

+ 1 - 1
pkg/zerotier/node.go

@@ -292,7 +292,7 @@ func NewNode(basePath string) (n *Node, err error) {
 		}
 		}
 	}()
 	}()
 
 
-	// Stop deferred cPtr table cleanup function from deregistering this instance
+	// Stop deferred cPtr table cleanup function from de-registering this instance
 	cPtr = -1
 	cPtr = -1
 
 
 	return n, nil
 	return n, nil