multi: fix spelling mistakes

This commit is contained in:
Conner Fromknecht
2019-05-04 15:35:37 -07:00
parent 517cdd66bf
commit 17b2140cb5
22 changed files with 25 additions and 25 deletions

View File

@@ -35,7 +35,7 @@ func createNewSubServer(configRegistry lnrpc.SubServerConfigDispatcher) (
}
// Before we try to make the new service instance, we'll perform
// some sanity checks on the arguments to ensure taht they're useable.
// some sanity checks on the arguments to ensure that they're useable.
switch {
case config.Manager == nil:
return nil, nil, fmt.Errorf("Manager must be set to create " +