mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 17:30:00 +00:00
Fix a typo: coverting -> converting
This commit is contained in:
parent
007bf90e32
commit
9b980fc6a0
@ -70,7 +70,7 @@ type Scheme struct {
|
|||||||
defaulterFuncs map[reflect.Type]func(interface{})
|
defaulterFuncs map[reflect.Type]func(interface{})
|
||||||
|
|
||||||
// converter stores all registered conversion functions. It also has
|
// converter stores all registered conversion functions. It also has
|
||||||
// default coverting behavior.
|
// default converting behavior.
|
||||||
converter *conversion.Converter
|
converter *conversion.Converter
|
||||||
|
|
||||||
// versionPriority is a map of groups to ordered lists of versions for those groups indicating the
|
// versionPriority is a map of groups to ordered lists of versions for those groups indicating the
|
||||||
|
Loading…
Reference in New Issue
Block a user