From 3fa1ac9c793177d0238026020fe602deb2c2361f Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Sun, 8 Aug 2021 01:52:01 +0800 Subject: [PATCH] Correct a typo in routes.go --- routes.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes.go b/routes.go index 4838cda6..7c83436e 100644 --- a/routes.go +++ b/routes.go @@ -47,7 +47,7 @@ func (h *Headscale) EnableNodeRoute(namespace string, nodeName string, routeStr // THIS IS COMPLETELY USELESS. // The peers map is stored in memory in the server process. - // Definetely not accessible from the CLI tool. + // Definitely not accessible from the CLI tool. // We need RPC to the server - or some kind of 'needsUpdate' field in the DB peers, _ := h.getPeers(*m) for _, p := range *peers {