This commit is contained in:
Caleb Jasik
2022-12-19 11:28:27 -06:00
committed by GitHub
parent ec48298fe8
commit 12dbbd3dd3
5 changed files with 5 additions and 5 deletions

View File

@@ -61,7 +61,7 @@ func (c *Control) Start() {
// Stop signals nebula to shutdown, returns after the shutdown is complete
func (c *Control) Stop() {
// Stop the handshakeManager (and other serivces), to prevent new tunnels from
// Stop the handshakeManager (and other services), to prevent new tunnels from
// being created while we're shutting them all down.
c.cancel()