Fix a minor typo discovered by Lintian (Debian)
authorAnthony Fok <foka@debian.org>
Sat, 30 Jan 2016 08:46:48 +0000 (16:46 +0800)
committerAnthony Fok <foka@debian.org>
Sat, 30 Jan 2016 08:46:48 +0000 (16:46 +0800)
commands/hugo.go

index 3a27661bc149f730660c42638c914017b36e23d8..5fa3dbec015c5c6c44e6396d6b202e14ea014922 100644 (file)
@@ -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{}