Skip to content

Commit

Permalink
Merge pull request IBM#1084 from buyology/controller-error-nit
Browse files Browse the repository at this point in the history
fix typo in ErrControllerNotAvailable string
  • Loading branch information
eapache committed Apr 18, 2018
2 parents 8da9fa7 + 6ccaccd commit e8552c0
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 @@ -43,7 +43,7 @@ var ErrConsumerOffsetNotAdvanced = errors.New("kafka: consumer offset was not ad

// ErrControllerNotAvailable is returned when server didn't give correct controller id. May be kafka server's version
// is lower than 0.10.0.0.
var ErrControllerNotAvailable = errors.New("kafka: controller is not avaiable")
var ErrControllerNotAvailable = errors.New("kafka: controller is not available")

// ErrNoTopicsToUpdateMetadata is returned when Meta.Full is set to false but no specific topics were found to update
// the metadata.
Expand Down

0 comments on commit e8552c0

Please sign in to comment.