From 4683936de0218cff5bf4092924971872b215f186 Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Tue, 1 Oct 2019 15:43:22 +0000 Subject: [PATCH] Fix typo in 'across' Simple, nit-picky typo fix. --- serv/reload.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {