aboutsummaryrefslogtreecommitdiffhomepage
path: root/watcher
diff options
context:
space:
mode:
Diffstat (limited to 'watcher')
-rw-r--r--watcher/filenotify/poller.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/watcher/filenotify/poller.go b/watcher/filenotify/poller.go
index cedb5d079..5bf07c8f1 100644
--- a/watcher/filenotify/poller.go
+++ b/watcher/filenotify/poller.go
@@ -201,7 +201,7 @@ func (r *recording) record(filename string) error {
r.FileInfo = fi
// If fi is a dir, we watch the files inside that directory (not recursively).
- // This matches the behaviour of fsnotity.
+ // This matches the behavior of fsnotity.
if fi.IsDir() {
f, err := os.Open(filename)
if err != nil {