fix: modify typo

This commit is contained in:
yuzhiquan
2019-12-03 15:21:57 +08:00
parent 9c3f17478b
commit b458f0d028
2 changed files with 11 additions and 11 deletions
@@ -69,7 +69,7 @@ func NewSyslogWatcherOrDie(cfg types.WatcherConfig) types.LogWatcher {
}
}
// Make sure NewSyslogWathcer is types.WatcherCreateFunc.
// Make sure NewSyslogWatcher is types.WatcherCreateFunc.
var _ types.WatcherCreateFunc = NewSyslogWatcherOrDie
// Watch starts the filelog watcher.