File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ type subServer struct {
3434 running bool
3535
3636 // customStatus is a string that details a custom status of the
37- // sub-server, if the the sub-server is in a custom state. This status
37+ // sub-server, if the sub-server is in a custom state. This status
3838 // can be set to a unique status that only exists for the specific
3939 // sub-server, and will be displayed to the user with the
4040 // litrpc.SubServerStatus.
@@ -83,7 +83,7 @@ func NewStatusManager() *Manager {
8383 }
8484}
8585
86- // IsSystemReady shows if the given sub-server ready to handle the a request for
86+ // IsSystemReady shows if the given sub-server ready to handle the request for
8787// the passed request URI. The first returned boolean is true if the system
8888// is ready to handle the request. The second returned boolean is true if the
8989// system has been disabled.
You can’t perform that action at this time.
0 commit comments