Skip to content

Commit

Permalink
Merge pull request #800 from starius/fix-typo
Browse files Browse the repository at this point in the history
rpc_proxy: fix typo
  • Loading branch information
guggero authored Jul 22, 2024
2 parents e34de24 + 0aed523 commit 6807b00
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 6807b00

Please sign in to comment.