From d5a66845b9106e1ff2899832152bb020b694bb25 Mon Sep 17 00:00:00 2001 From: Tamer Tas Date: Thu, 26 Mar 2015 16:46:51 +0200 Subject: [PATCH] Minor typo --- pkg/api/v1beta3/types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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