mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
Fix a minor typo discovered by Lintian (Debian)
This commit is contained in:
parent
817d69487c
commit
ca0c67dc69
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue