diff --git a/cmd/hepa/server.go b/cmd/hepa/server.go index 560b85fe7..5bc7bdd50 100644 --- a/cmd/hepa/server.go +++ b/cmd/hepa/server.go @@ -54,7 +54,7 @@ func NewServer(dir identity.Directory, config Config) (*Server, error) { return nil, fmt.Errorf("specified bgs host must include 'ws://' or 'wss://'") } - // TODO: this isn't a very robust way to handle a peristent client + // TODO: this isn't a very robust way to handle a persistent client var xrpcc *xrpc.Client if config.ModAdminToken != "" { xrpcc = &xrpc.Client{