From e018887501be0241ac2d1ef9b3947cb0521c3a3d Mon Sep 17 00:00:00 2001 From: "rong.zhang" Date: Tue, 1 Aug 2017 10:15:05 +0800 Subject: [PATCH] Fix Getpath() description Modify the description of the word error --- pkg/volume/cephfs/cephfs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/volume/cephfs/cephfs.go b/pkg/volume/cephfs/cephfs.go index 5ea4e6137e7..f59a053863a 100644 --- a/pkg/volume/cephfs/cephfs.go +++ b/pkg/volume/cephfs/cephfs.go @@ -260,7 +260,7 @@ func (cephfsVolume *cephfsUnmounter) TearDownAt(dir string) error { return util.UnmountPath(dir, cephfsVolume.mounter) } -// GatePath creates global mount path +// GetPath creates global mount path func (cephfsVolume *cephfs) GetPath() string { name := cephfsPluginName return cephfsVolume.plugin.host.GetPodVolumeDir(cephfsVolume.podUID, utilstrings.EscapeQualifiedNameForDisk(name), cephfsVolume.volName)