Skip to content

Commit

Permalink
Fix spelling in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
preetapan committed Mar 14, 2018
1 parent 13b3935 commit dc183ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -1189,7 +1189,7 @@ func (c *Client) watchNodeEvents() {
c.logger.Printf("[ERR] client: submitting node events failed: %v", err)
timer.Reset(c.retryIntv(nodeUpdateRetryIntv))
} else {
// Reset the events since we succesfully sent them.
// Reset the events since we successfully sent them.
batchEvents = nil
}
case <-c.shutdownCh:
Expand Down

0 comments on commit dc183ad

Please sign in to comment.