From a664a9ded9daea76d46ceb7e2be29e3ea8e81cf9 Mon Sep 17 00:00:00 2001 From: Vladislav Yarmak Date: Sun, 8 Oct 2023 13:57:39 +0300 Subject: [PATCH] fix typo --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 67d3919..ab57307 100644 --- a/main.go +++ b/main.go @@ -193,7 +193,7 @@ func run() int { wndc.State.Settings.ClientAuthSecret = args.clientAuthSecret wndc.Mux.Unlock() - // Try ressurect state + // Try to resurrect state state, err := maybeLoadState(args.forceColdInit, args.stateFile) if err != nil { switch err {