From 6779b960d4fa6df758d374150a91345317243a9b Mon Sep 17 00:00:00 2001 From: Rob Shakir Date: Thu, 2 Nov 2023 23:23:37 +0000 Subject: [PATCH] Fix minor typo in gribiclient.go. --- client/gribiclient.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/gribiclient.go b/client/gribiclient.go index 5960f8ac..33d67494 100644 --- a/client/gribiclient.go +++ b/client/gribiclient.go @@ -391,7 +391,7 @@ func (c *Client) Connect(ctx context.Context) error { informDone := func(who string) { select { case c.doneCh <- struct{}{}: - log.Infof("writing to done channel, requsted by %s", who) + log.Infof("writing to done channel, requested by %s", who) default: log.Infof("dropped message informing caller the client is done.") }