Skip to content

Commit

Permalink
Merge pull request #747 from brandt/fix_typo
Browse files Browse the repository at this point in the history
Fix typo in ErrReplicaNotAvailable
  • Loading branch information
eapache authored Sep 21, 2016
2 parents 482c471 + 98f7d9f commit af0513c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion errors.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ func (err KError) Error() string {
case ErrBrokerNotAvailable:
return "kafka server: Broker not available. Not a client facing error, we should never receive this!!!"
case ErrReplicaNotAvailable:
return "kafka server: Replica infomation not available, one or more brokers are down."
return "kafka server: Replica information not available, one or more brokers are down."
case ErrMessageSizeTooLarge:
return "kafka server: Message was too large, server rejected it to avoid allocation error."
case ErrStaleControllerEpochCode:
Expand Down

0 comments on commit af0513c

Please sign in to comment.