Skip to content

Commit 0aed523

Browse files
committed
rpc_proxy: fix typo
1 parent e34de24 commit 0aed523

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rpc_proxy.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -636,7 +636,7 @@ func (p *rpcProxy) checkSubSystemStarted(requestURI string) error {
636636
return ErrUnknownRequest
637637
}
638638

639-
// Check with the status manger to see if the sub-server is ready to
639+
// Check with the status manager to see if the sub-server is ready to
640640
// handle the request.
641641
ready, disabled, err := p.statusMgr.IsSystemReady(system, requestURI)
642642
if err != nil {

0 commit comments

Comments
 (0)