Skip to content

Commit

Permalink
Fix minor typo in gribiclient.go.
Browse files Browse the repository at this point in the history
  • Loading branch information
robshakir committed Nov 3, 2023
1 parent 1940856 commit 6779b96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/gribiclient.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.")
}
Expand Down

0 comments on commit 6779b96

Please sign in to comment.