From ca0c67dc698414ad2027901342e032c379b1e03a Mon Sep 17 00:00:00 2001 From: Anthony Fok Date: Sat, 30 Jan 2016 16:46:48 +0800 Subject: [PATCH] Fix a minor typo discovered by Lintian (Debian) --- commands/hugo.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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{} -- 2.30.2