Skip to content
This repository has been archived by the owner on Apr 20, 2021. It is now read-only.

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
The typo is here from March, 2016. It is strange that it wasn't
detected earlier.
  • Loading branch information
krnowak committed Aug 4, 2016
1 parent 8ce5bdb commit dcaa750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/multitenant/sqs_control_router.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit dcaa750

Please sign in to comment.