From 1aa4bd854c594c4639cfc9ba3a3267ce48deb977 Mon Sep 17 00:00:00 2001 From: omahs <73983677+omahs@users.noreply.github.com> Date: Mon, 30 Sep 2024 08:59:48 +0200 Subject: [PATCH] status: fix typos --- status/manager.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/status/manager.go b/status/manager.go index 38ca29c53..54bd2c3b4 100644 --- a/status/manager.go +++ b/status/manager.go @@ -34,7 +34,7 @@ type subServer struct { running bool // customStatus is a string that details a custom status of the - // sub-server, if the the sub-server is in a custom state. This status + // sub-server, if the sub-server is in a custom state. This status // can be set to a unique status that only exists for the specific // sub-server, and will be displayed to the user with the // litrpc.SubServerStatus. @@ -83,7 +83,7 @@ func NewStatusManager() *Manager { } } -// IsSystemReady shows if the given sub-server ready to handle the a request for +// IsSystemReady shows if the given sub-server ready to handle the request for // the passed request URI. The first returned boolean is true if the system // is ready to handle the request. The second returned boolean is true if the // system has been disabled.