Procházet zdrojové kódy

simple typo fixes in consumer metadata response file

Varun před 7 roky
rodič
revize
3006055aad
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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