Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyschlatter committed Aug 26, 2015
1 parent 3a50f2c commit 18dcb68
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 18dcb68

Please sign in to comment.