From 67adc29f8f3d50e351a1a0befd434b61c5b56abc Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Mon, 19 Feb 2018 18:53:34 +0100 Subject: [PATCH] glusterfs: fix a comment typo Signed-off-by: Michael Adam --- 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 1e8599545f4..71102456f88 100644 --- a/pkg/volume/glusterfs/glusterfs.go +++ b/pkg/volume/glusterfs/glusterfs.go @@ -197,7 +197,7 @@ func (plugin *glusterfsPlugin) newUnmounterInternal(volName string, podUID types func (plugin *glusterfsPlugin) ConstructVolumeSpec(volumeName, mountPath string) (*volume.Spec, error) { - // To reconstrcut volume spec we need endpoint where fetching endpoint from mount + // To reconstruct volume spec we need endpoint where fetching endpoint from mount // string looks to be impossible, so returning error. return nil, fmt.Errorf("impossible to reconstruct glusterfs volume spec from volume mountpath")