diff --git a/pkg/api/v1beta3/types.go b/pkg/api/v1beta3/types.go index a448020623b..17a77bb7712 100644 --- a/pkg/api/v1beta3/types.go +++ b/pkg/api/v1beta3/types.go @@ -191,7 +191,7 @@ type Volume struct { VolumeSource `json:",inline,omitempty"` } -// VolumeSource represents the source location of a valume to mount. +// VolumeSource represents the source location of a volume to mount. // Only one of its members may be specified. type VolumeSource struct { // HostPath represents a pre-existing file or directory on the host