Skip to content

Commit ea9422e

Browse files
Merge pull request #857 from omahs/patch-1
status: fix typos
2 parents ed40530 + 1aa4bd8 commit ea9422e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

status/manager.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)