Skip to content

Commit

Permalink
FIX: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
huanglin committed Nov 5, 2018
1 parent 4d0b058 commit 16b1839
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions partition.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ func (pc *partitionConsumer) start() {
"topic": pc.topic,
"partition": pc.partition,
"err": err,
}).Error("Failed to clamin the partition and gave up")
}).Error("Failed to claim the partition and gave up")
goto ERROR
}
defer func() {
Expand Down Expand Up @@ -166,7 +166,7 @@ func (pc *partitionConsumer) claim() error {
"partition": pc.partition,
"retries": i,
"err": err,
}).Warn("Failed to claim the partiton with retries")
}).Warn("Failed to claim the partition with retries")
}
select {
case <-timer.C:
Expand Down

0 comments on commit 16b1839

Please sign in to comment.