chore: fix duplicated "the" in etcd/s3 and permissions doc comments

Signed-off-by: Kai Tanaka <275430420+quyentonndbs@users.noreply.github.com>
This commit is contained in:
Kai Tanaka 2026-05-14 06:37:25 +00:00
parent 2f0c0d4839
commit 1a2edd4e61
2 changed files with 2 additions and 2 deletions

View file

@ -75,7 +75,7 @@ type Client struct {
}
// Start initializes the cache and sets the cluster id and token hash,
// returning a reference to the the initialized controller. Initialization is
// returning a reference to the initialized controller. Initialization is
// locked by a sync.Once to prevent races, and multiple calls to start will
// return the same controller or error.
func Start(ctx context.Context, config *config.Control) (*Controller, error) {

View file

@ -7,7 +7,7 @@ import (
"golang.org/x/sys/windows"
)
// IsPrivileged returns an error if the the process is not running as a member of the BUILTIN\Administrators group.
// IsPrivileged returns an error if the process is not running as a member of the BUILTIN\Administrators group.
// Ref: https://github.com/kubernetes/kubernetes/pull/96616
func IsPrivileged() error {
var sid *windows.SID