From: Anthony Fok Date: Sat, 30 Jan 2016 08:46:48 +0000 (+0800) Subject: Fix a minor typo discovered by Lintian (Debian) X-Git-Tag: v0.16~396 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=ca0c67dc;p=brevno-suite%2Fhugo Fix a minor typo discovered by Lintian (Debian) --- diff --git a/commands/hugo.go b/commands/hugo.go index 3a27661b..5fa3dbec 100644 --- a/commands/hugo.go +++ b/commands/hugo.go @@ -641,7 +641,7 @@ func NewWatcher(port int) error { for { select { case evs := <-watcher.Events: - jww.INFO.Println("Recieved System Events:", evs) + jww.INFO.Println("Received System Events:", evs) staticEvents := []fsnotify.Event{} dynamicEvents := []fsnotify.Event{}