Skip to content

Commit

Permalink
Spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwilkie committed Mar 23, 2016
1 parent 9610e95 commit f0f03d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/multitenant/sqs_control_router.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ var (

// sqsControlRouter:
// Creates a queue for every probe that connects to it, and a queue for
// responses back to it. When it recieves a request, posts it to the
// probe queue. When probe recieves a request, handles it and posts the
// responses back to it. When it receives a request, posts it to the
// probe queue. When probe receives a request, handles it and posts the
// response back to the response queue.
type sqsControlRouter struct {
service *sqs.SQS
Expand Down

0 comments on commit f0f03d3

Please sign in to comment.