Fix a typo

The typo is here from March, 2016. It is strange that it wasn't
detected earlier.
This commit is contained in:
Krzesimir Nowak
2016-08-04 11:36:01 +02:00
parent 8ce5bdb00d
commit dcaa7503b8

View File

@@ -333,7 +333,7 @@ func (pw *probeWorker) loop() {
return err
})
if err != nil {
log.Errorf("Error recieving message: %v", err)
log.Errorf("Error receiving message: %v", err)
continue
}