mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-18 21:11:19 +02:00
Fix a minor typo discovered by Lintian (Debian)
This commit is contained in:
@@ -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{}
|
||||
|
Reference in New Issue
Block a user