From 660bd4a53e0dd7642a473689c8686c3f83e3a0ca Mon Sep 17 00:00:00 2001 From: tracebundy <745403419@qq.com> Date: Wed, 20 Mar 2019 20:30:49 +0800 Subject: [PATCH] fix comment (#3454) --- libs/common/service.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/common/service.go b/libs/common/service.go index 96a5e632a..21fb0df3e 100644 --- a/libs/common/service.go +++ b/libs/common/service.go @@ -209,7 +209,7 @@ func (bs *BaseService) Wait() { <-bs.quit } -// String implements Servce by returning a string representation of the service. +// String implements Service by returning a string representation of the service. func (bs *BaseService) String() string { return bs.name }