Merge pull request #182 from AdamDang/patch-1

Typo fix: encounts->encounters
This commit is contained in:
k8s-ci-robot
2018-06-21 23:51:09 -07:00
committed by GitHub
@@ -31,7 +31,7 @@ func registerLogWatcher(name string, create types.WatcherCreateFunc) {
}
// GetLogWatcherOrDie get a log watcher based on the passed in configuration.
// The function panics when encounts an error.
// The function panics when encounters an error.
func GetLogWatcherOrDie(config types.WatcherConfig) types.LogWatcher {
create, ok := createFuncs[config.Plugin]
if !ok {