Skip to content

Commit

Permalink
Merge pull request #524 from jeremyschlatter/patch-1
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
wvanbergen committed Aug 26, 2015
2 parents 3a50f2c + 18dcb68 commit 6902717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion consumer.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ type Consumer interface {
Topics() ([]string, error)

// Partitions returns the sorted list of all partition IDs for the given topic.
// This method is the same as Client.Pertitions(), and is provided for convenience.
// This method is the same as Client.Partitions(), and is provided for convenience.
Partitions(topic string) ([]int32, error)

// ConsumePartition creates a PartitionConsumer on the given topic/partition with the given offset. It will
Expand Down

0 comments on commit 6902717

Please sign in to comment.