summaryrefslogtreecommitdiffstats
path: root/commands
diff options
context:
space:
mode:
authorAnthony Fok <foka@debian.org>2016-01-30 16:46:48 +0800
committerAnthony Fok <foka@debian.org>2016-01-30 16:46:48 +0800
commitca0c67dc698414ad2027901342e032c379b1e03a (patch)
tree0c3531a5a039ba44a3131fb630e27aa483e38bad /commands
parent817d69487cbe58d38b8b13312c203fba42817bcf (diff)
Fix a minor typo discovered by Lintian (Debian)
Diffstat (limited to 'commands')
-rw-r--r--commands/hugo.go2
1 files changed, 1 insertions, 1 deletions
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{}