From e6e42175fa8f5682f85c1fad1c0d6ab0d8164442 Mon Sep 17 00:00:00 2001 From: AdamDang Date: Fri, 22 Jun 2018 14:04:45 +0800 Subject: [PATCH] Typo fix: encounts->encounters encounts->encounters --- pkg/systemlogmonitor/logwatchers/log_watchers.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/systemlogmonitor/logwatchers/log_watchers.go b/pkg/systemlogmonitor/logwatchers/log_watchers.go index a4b7562d..7c91522f 100644 --- a/pkg/systemlogmonitor/logwatchers/log_watchers.go +++ b/pkg/systemlogmonitor/logwatchers/log_watchers.go @@ -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 {