Merge pull request #5990 from TamerTas/master

Minor typo
This commit is contained in:
Zach Loafman 2015-03-26 08:51:15 -07:00
commit dc0fdcc6f4

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