multi: Fix typos [skip ci]

This commit is contained in:
Dimitris Apostolou
2022-01-13 18:29:43 +02:00
parent f50950640f
commit 530a2059e5
139 changed files with 254 additions and 254 deletions

View File

@@ -175,7 +175,7 @@ func (c *Handler) GetInfo(ctx context.Context,
}
// isActive returns nil if the tower backend is initialized, and the Handler can
// proccess RPC requests.
// process RPC requests.
func (c *Handler) isActive() error {
if c.cfg.Active {
return nil