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 {
34
34
running bool
35
35
36
36
// 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
38
38
// can be set to a unique status that only exists for the specific
39
39
// sub-server, and will be displayed to the user with the
40
40
// litrpc.SubServerStatus.
@@ -83,7 +83,7 @@ func NewStatusManager() *Manager {
83
83
}
84
84
}
85
85
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
87
87
// the passed request URI. The first returned boolean is true if the system
88
88
// is ready to handle the request. The second returned boolean is true if the
89
89
// system has been disabled.
You can’t perform that action at this time.
0 commit comments