glusterfs: fix a comment typo

Signed-off-by: Michael Adam <obnox@redhat.com>
This commit is contained in:
Michael Adam 2018-02-19 18:53:34 +01:00
parent 2ec681632b
commit 67adc29f8f

View File

@ -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")