Skip to content

Commit

Permalink
Fix typo in comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
lthibault committed May 25, 2024
1 parent c97db08 commit 4d08122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ww.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ func (c Cluster) Setup(ctx context.Context) error {
return nil
}

// Serve the cluster's root processs
// Serve the cluster's root process
func (c Cluster) Serve(ctx context.Context) error {
if err := c.Setup(ctx); err != nil {
return err
Expand Down

0 comments on commit 4d08122

Please sign in to comment.