Fix spelling in comment

This commit is contained in:
Preetha Appan 2018-03-14 15:54:25 -05:00
parent 56cd1fe2ea
commit 3c38eededd
No known key found for this signature in database
GPG Key ID: 9F7C19990A50EAFC
1 changed files with 1 additions and 1 deletions

View File

@ -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: