Skip to content

Commit

Permalink
trivial comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bnewbold committed Dec 9, 2023
1 parent a18c4f4 commit 7f4f787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/hepa/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down

0 comments on commit 7f4f787

Please sign in to comment.