mirror of
https://github.com/weaveworks/scope.git
synced 2026-07-15 19:41:02 +00:00
Fix a typo
The typo is here from March, 2016. It is strange that it wasn't detected earlier.
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user