Skip to content

Commit e6e4217

Browse files
authored
Typo fix: encounts->encounters
encounts->encounters
1 parent 8f286a4 commit e6e4217

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/systemlogmonitor/logwatchers/log_watchers.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ func registerLogWatcher(name string, create types.WatcherCreateFunc) {
3131
}
3232

3333
// GetLogWatcherOrDie get a log watcher based on the passed in configuration.
34-
// The function panics when encounts an error.
34+
// The function panics when encounters an error.
3535
func GetLogWatcherOrDie(config types.WatcherConfig) types.LogWatcher {
3636
create, ok := createFuncs[config.Plugin]
3737
if !ok {

0 commit comments

Comments
 (0)