summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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{}