Fix a minor typo discovered by Lintian (Debian)

This commit is contained in:
Anthony Fok 2016-01-30 16:46:48 +08:00
parent 817d69487c
commit ca0c67dc69

View file

@ -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{}