Skip to content

Commit

Permalink
path spell error
Browse files Browse the repository at this point in the history
Signed-off-by: zhuyaguang <[email protected]>
  • Loading branch information
zhuyaguang committed Sep 1, 2021
1 parent 6f5bb36 commit 89ab43d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/filewatcher/filewatcher.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 89ab43d

Please sign in to comment.