ref: ca0c67dc698414ad2027901342e032c379b1e03a
parent: 817d69487cbe58d38b8b13312c203fba42817bcf
author: Anthony Fok <[email protected]>
date: Sat Jan 30 11:46:48 EST 2016
Fix a minor typo discovered by Lintian (Debian)
--- a/commands/hugo.go
+++ b/commands/hugo.go
@@ -641,7 +641,7 @@
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{}