From dcecbf46537e60581340004fe68ee90398cce9f6 Mon Sep 17 00:00:00 2001 From: WangFenjin Date: Tue, 8 Dec 2015 17:45:01 +0800 Subject: [PATCH] Fix typo --- command/agent/local.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command/agent/local.go b/command/agent/local.go index 706cd20e0..a1cf98a10 100644 --- a/command/agent/local.go +++ b/command/agent/local.go @@ -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]