mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-20 21:31:32 +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 {
|
for {
|
||||||
select {
|
select {
|
||||||
case evs := <-watcher.Events:
|
case evs := <-watcher.Events:
|
||||||
jww.INFO.Println("Recieved System Events:", evs)
|
jww.INFO.Println("Received System Events:", evs)
|
||||||
|
|
||||||
staticEvents := []fsnotify.Event{}
|
staticEvents := []fsnotify.Event{}
|
||||||
dynamicEvents := []fsnotify.Event{}
|
dynamicEvents := []fsnotify.Event{}
|
||||||
|
Reference in New Issue
Block a user