Skip to content

Commit

Permalink
Fix typo in comments:
Browse files Browse the repository at this point in the history
  • Loading branch information
otoolep committed Apr 14, 2015
1 parent 08cfe20 commit a725955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion messaging/broker.go
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ func (b *Broker) TopicReader(topicID, index uint64, streaming bool) interface {
// SetTopicMaxIndex updates the highest replicated index for a topic and data URL.
// If a higher index is already set on the topic then the call is ignored.
// This index is only held in memory and is used for topic segment reclamation.
// The higheset replciated index per data URL is tracked separately from the current index
// The higheset replicated index per data URL is tracked separately from the current index
func (b *Broker) SetTopicMaxIndex(topicID, index uint64, u url.URL) error {
_, err := b.Publish(&Message{
Type: SetTopicMaxIndexMessageType,
Expand Down

0 comments on commit a725955

Please sign in to comment.