From 4d08122167b8f5c7af3ae75f98138c997755b0df Mon Sep 17 00:00:00 2001 From: Louis Thibault Date: Sat, 25 May 2024 07:54:52 -0400 Subject: [PATCH] Fix typo in comment. --- ww.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ww.go b/ww.go index 8194bf5..4b8125d 100644 --- a/ww.go +++ b/ww.go @@ -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