mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-05-28 04:04:39 -04:00
Merge pull request #135886 from sonikaarora/fix-typos-kubectl-comments
Fix typos kubectl comments
This commit is contained in:
commit
d04610bbfb
2 changed files with 2 additions and 2 deletions
|
|
@ -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"}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue