Fix spelling in comment
This commit is contained in:
parent
56cd1fe2ea
commit
3c38eededd
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue