Skip to content

Commit

Permalink
Fix typo in ErrReplicaNotAvailable
Browse files Browse the repository at this point in the history
  • Loading branch information
brandt committed Sep 21, 2016
1 parent 482c471 commit 98f7d9f
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 98f7d9f

Please sign in to comment.