diff --git a/serv/reload.go b/serv/reload.go index bc0a2a5..b2cc920 100644 --- a/serv/reload.go +++ b/serv/reload.go @@ -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 {