Browse Source

Merge pull request #1244 from varun06/fix-dangling-typo

simple typo fixes in consumer metadata response file
Varun 7 years ago
parent
commit
c7079fe6bf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      consumer_metadata_response.go

+ 1 - 1
consumer_metadata_response.go

@@ -5,7 +5,7 @@ import (
 	"strconv"
 )
 
-//ConsumerMetadataResponse holds the reponse for a consumer gorup meta data request
+//ConsumerMetadataResponse holds the response for a consumer group meta data requests
 type ConsumerMetadataResponse struct {
 	Err             KError
 	Coordinator     *Broker