Minor typo

This commit is contained in:
Tamer Tas 2015-03-26 16:46:51 +02:00
parent 0c4f8cb711
commit d5a66845b9

View File

@ -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