diff --git a/pkg/apis/core/validation/validation_test.go b/pkg/apis/core/validation/validation_test.go index a9f7e0eae84..0ec84db5862 100644 --- a/pkg/apis/core/validation/validation_test.go +++ b/pkg/apis/core/validation/validation_test.go @@ -1750,7 +1750,7 @@ func TestValidateGlusterfs(t *testing.T) { errfield: "path", }, { - name: "missing endpintname and path", + name: "missing endpointname and path", gfs: &core.GlusterfsVolumeSource{EndpointsName: "", Path: ""}, errtype: field.ErrorTypeRequired, errfield: "endpoints",