Merge pull request #1475 from WangFenjin/master

Fix typo
This commit is contained in:
Ryan Breen 2015-12-08 07:25:31 -05:00
commit d539927e32
1 changed files with 1 additions and 1 deletions

View File

@ -567,7 +567,7 @@ func (l *localState) syncService(id string) error {
return err
}
// syncCheck is used to sync a service to the server
// syncCheck is used to sync a check to the server
func (l *localState) syncCheck(id string) error {
// Pull in the associated service if any
check := l.checks[id]