mirror of
https://github.com/kubernetes/node-problem-detector.git
synced 2026-08-20 04:36:41 +00:00
Merge pull request #182 from AdamDang/patch-1
Typo fix: encounts->encounters
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user