mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-17 17:55:22 -04:00
Fix a minor typo discovered by Lintian (Debian)
This commit is contained in:
parent
817d69487c
commit
ca0c67dc69
@ -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{}
|
||||
|
Loading…
x
Reference in New Issue
Block a user