Skip to content

Commit

Permalink
Fix spelling mistake
Browse files Browse the repository at this point in the history
Fixes #1654
  • Loading branch information
erikdubbelboer committed Nov 10, 2023
1 parent 1242d8a commit 3267649
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client.go
Original file line number Diff line number Diff line change
Expand Up @@ -2542,8 +2542,8 @@ func (c *PipelineClient) newConnClient() *pipelineConnClient {
}

// ErrPipelineOverflow may be returned from PipelineClient.Do*
// if the requests' queue is overflown.
var ErrPipelineOverflow = errors.New("pipelined requests' queue has been overflown. Increase MaxConns and/or MaxPendingRequests")
// if the requests' queue is overflowed.
var ErrPipelineOverflow = errors.New("pipelined requests' queue has been overflowed. Increase MaxConns and/or MaxPendingRequests")

// DefaultMaxPendingRequests is the default value
// for PipelineClient.MaxPendingRequests.
Expand Down

0 comments on commit 3267649

Please sign in to comment.