mirror of
https://github.com/k3s-io/k3s.git
synced 2026-05-28 04:34:19 -04:00
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:
parent
2f0c0d4839
commit
1a2edd4e61
2 changed files with 2 additions and 2 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue