fix comment (#3454)

This commit is contained in:
tracebundy
2019-03-20 20:30:49 +08:00
committed by Ethan Buchman
parent 81b9bdf400
commit 660bd4a53e

View File

@@ -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
}