Fixes a typo

This commit is contained in:
Avesh Agarwal 2016-07-19 22:38:00 -04:00
parent 5df9284ff4
commit 0c8b7de238

View File

@ -32,7 +32,7 @@ var _ = framework.KubeDescribe("ConfigMap", func() {
f := framework.NewDefaultFramework("configmap")
It("should be consumable from pods in volumpe [Conformance]", func() {
It("should be consumable from pods in volume [Conformance]", func() {
doConfigMapE2EWithoutMappings(f, 0, 0)
})