mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-08 14:21:14 +00:00
fix comment (#3454)
This commit is contained in:
committed by
Ethan Buchman
parent
81b9bdf400
commit
660bd4a53e
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user