Skip to content

Commit

Permalink
fix: grammar of error message
Browse files Browse the repository at this point in the history
this is a text only change of the grammar of an error message.
  • Loading branch information
AndrewWinterman authored and buraksezer committed Apr 18, 2024
1 parent c5efb0d commit c52ccbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion olric.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ var (
ErrNoSuchLock = errors.New("no such lock")

// ErrClusterQuorum means that the cluster could not reach a healthy numbers of members to operate.
ErrClusterQuorum = errors.New("cannot be reached cluster quorum to operate")
ErrClusterQuorum = errors.New("failed to find enough peers to create quorum")

// ErrKeyTooLarge means that the given key is too large to process.
// Maximum length of a key is 256 bytes.
Expand Down

0 comments on commit c52ccbc

Please sign in to comment.