Skip to content

Commit

Permalink
rpc_proxy: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
starius committed Jul 22, 2024
1 parent e34de24 commit 0aed523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpc_proxy.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 0aed523

Please sign in to comment.