Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Fok <foka@debian.org>2016-01-30 11:46:48 +0300
committerAnthony Fok <foka@debian.org>2016-01-30 11:46:48 +0300
commitca0c67dc698414ad2027901342e032c379b1e03a (patch)
tree0c3531a5a039ba44a3131fb630e27aa483e38bad
parent817d69487cbe58d38b8b13312c203fba42817bcf (diff)
Fix a minor typo discovered by Lintian (Debian)
-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{}