Skip to content

Commit

Permalink
Merge pull request #559 from cdrage/fix-typo
Browse files Browse the repository at this point in the history
Fix minor spelling error
  • Loading branch information
dadgar committed Dec 10, 2015
2 parents 52320c3 + d5fc7f6 commit 6102711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/consul.go
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ func (c *ConsulService) registerService(service *structs.Service, task *structs.
for _, check := range service.Checks {
cr := c.makeCheck(service, check, host, port)
if err := c.registerCheck(cr); err != nil {
c.logger.Printf("[ERROR] consul: Error while registerting check %v with consul: %v", check.Name, err)
c.logger.Printf("[ERROR] consul: Error while registering check %v with consul: %v", check.Name, err)
mErr.Errors = append(mErr.Errors, err)
}

Expand Down

0 comments on commit 6102711

Please sign in to comment.