This commit is contained in:
Vladislav Yarmak
2023-10-08 13:57:39 +03:00
parent 8fc8de5519
commit a664a9ded9

View File

@@ -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 {