Skip to content

Commit

Permalink
spelling: version
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoref authored and ruflin committed Jul 11, 2018
1 parent 60e9fed commit 3c30879
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libbeat/common/kubernetes/watcher.go
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ func (w *watcher) watch() {
logp.Err("kubernetes: Watching API error %v", err)
watcher.Close()
if !(err == io.EOF || err == io.ErrUnexpectedEOF) {
// This is an error event which can be recovered by moving to the latest resource verison
// This is an error event which can be recovered by moving to the latest resource version
logp.Info("kubernetes: Ignoring event, moving to most recent resource version")
w.lastResourceVersion = ""
}
Expand Down

0 comments on commit 3c30879

Please sign in to comment.