From 0aed523f73d4381f82f9dd5625761d8c21646172 Mon Sep 17 00:00:00 2001 From: Boris Nagaev Date: Mon, 22 Jul 2024 12:29:41 -0300 Subject: [PATCH] rpc_proxy: fix typo --- rpc_proxy.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpc_proxy.go b/rpc_proxy.go index 3bd20cf19..374226f22 100644 --- a/rpc_proxy.go +++ b/rpc_proxy.go @@ -636,7 +636,7 @@ func (p *rpcProxy) checkSubSystemStarted(requestURI string) error { return ErrUnknownRequest } - // Check with the status manger to see if the sub-server is ready to + // Check with the status manager to see if the sub-server is ready to // handle the request. ready, disabled, err := p.statusMgr.IsSystemReady(system, requestURI) if err != nil {