From a6759a7b22c8577f72b64ea0a3797ae15e552633 Mon Sep 17 00:00:00 2001 From: Humble Chirammal Date: Fri, 26 Oct 2018 20:01:19 +0530 Subject: [PATCH] Fix a typo in source code comment Signed-off-by: Humble Chirammal --- pkg/volume/glusterfs/glusterfs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/volume/glusterfs/glusterfs.go b/pkg/volume/glusterfs/glusterfs.go index 6ee974d6f5..7b7537cb03 100644 --- a/pkg/volume/glusterfs/glusterfs.go +++ b/pkg/volume/glusterfs/glusterfs.go @@ -824,7 +824,7 @@ func (p *glusterfsVolumeProvisioner) CreateVolume(gid int) (r *v1.GlusterfsVolum // The 'endpointname' is created in form of 'glusterfs-dynamic-'. // createEndpointService() checks for this 'endpoint' existence in PVC's namespace and - // If not found, it create an endpoint and service using the IPs we dynamically picked at time + // if not found, it create an endpoint and service using the IPs we dynamically picked at time // of volume creation. epServiceName := dynamicEpSvcPrefix + string(p.options.PVC.UID) epNamespace := p.options.PVC.Namespace