Merge pull request #6 from muesli/typo-fixes

Fix typo in 'across'
This commit is contained in:
Vikram Rangnekar 2019-10-01 18:14:59 -04:00 committed by GitHub
commit 4e7f938f53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 {