diff --git a/pkg/filewatcher/filewatcher.go b/pkg/filewatcher/filewatcher.go index b83882a3ad..b2edb4ecf2 100644 --- a/pkg/filewatcher/filewatcher.go +++ b/pkg/filewatcher/filewatcher.go @@ -18,7 +18,7 @@ package filewatcher import "github.com/fsnotify/fsnotify" -// FileWatcher is an interface watching the underlying OS file pach. +// FileWatcher is an interface watching the underlying OS file path. type FileWatcher interface { Events() chan fsnotify.Event Errors() chan error