Browse Source

fix comment (#3454)

pull/3461/head
tracebundy 5 years ago
committed by Ethan Buchman
parent
commit
660bd4a53e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libs/common/service.go

+ 1
- 1
libs/common/service.go 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
}


Loading…
Cancel
Save