Skip to content

Commit 6807b00

Browse files
authored
Merge pull request #800 from starius/fix-typo
rpc_proxy: fix typo
2 parents e34de24 + 0aed523 commit 6807b00

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)