Merge pull request #135886 from sonikaarora/fix-typos-kubectl-comments

Fix typos kubectl comments
This commit is contained in:
Kubernetes Prow Robot 2025-12-23 13:40:32 +05:30 committed by GitHub
commit d04610bbfb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -58,7 +58,7 @@ func (f *HumanPrintFlags) EnsureWithNamespace() error {
return nil
}
// AllowedFormats returns more customized formating options
// AllowedFormats returns more customized formatting options
func (f *HumanPrintFlags) AllowedFormats() []string {
return []string{"wide"}
}

View file

@ -70,7 +70,7 @@ type Preferences struct {
policy clientcmdapi.PluginPolicy
}
// NewPreferences returns initialized Prefrences object.
// NewPreferences returns initialized Preferences object.
func NewPreferences() PreferencesHandler {
return &Preferences{
getPreferencesFunc: DefaultGetPreferences,