Adam Ierymenko 4 năm trước cách đây
mục cha
commit
d70cfe6850
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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
 
 	return n, nil