Fix typo in 'across'

Simple, nit-picky typo fix.
This commit is contained in:
Christian Muehlhaeuser 2019-10-01 15:43:22 +00:00
parent 6f1a2acf96
commit 4683936de0
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ func Do(log func(string, ...interface{}), additional ...dir) error {
// Panic, and Fatal :-/ Printf() is probably best.
log("reload error: %v", err)
case event := <-watcher.Events:
// Ensure that we use the correct events, as they are not uniform accross
// Ensure that we use the correct events, as they are not uniform across
// platforms. See https://github.com/fsnotify/fsnotify/issues/74
var trigger bool
switch runtime.GOOS {