From ca0c67dc698414ad2027901342e032c379b1e03a Mon Sep 17 00:00:00 2001 From: Anthony Fok Date: Sat, 30 Jan 2016 16:46:48 +0800 Subject: Fix a minor typo discovered by Lintian (Debian) --- commands/hugo.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands') diff --git a/commands/hugo.go b/commands/hugo.go index 3a27661bc..5fa3dbec0 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{} -- cgit v1.2.3